| Index: lib/dom/templates/html/dartium/html_dartium.darttemplate
|
| diff --git a/lib/dom/templates/html/dartium/html_dartium.darttemplate b/lib/dom/templates/html/dartium/html_dartium.darttemplate
|
| index 63e9b3e05fd052e93a9138d9d84795004b593476..fd1d4cedd40d9baa76787f6fccba1cf48eaa7146 100644
|
| --- a/lib/dom/templates/html/dartium/html_dartium.darttemplate
|
| +++ b/lib/dom/templates/html/dartium/html_dartium.darttemplate
|
| @@ -54,3 +54,9 @@ Document get document() {
|
| }
|
|
|
| Document get _document() => _window.document;
|
| +
|
| +class _Null {
|
| + const _Null();
|
| +}
|
| +
|
| +final _null = const _Null();
|
|
|