| Index: tools/dom/templates/html/impl/impl_HTMLDocument.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_HTMLDocument.darttemplate b/tools/dom/templates/html/impl/impl_HTMLDocument.darttemplate
|
| index 3d96bcafb9034c337e0bae38753e49b8e94894c9..099d6c2089e3f79b89f68e4e50e7c3dd8d2644d6 100644
|
| --- a/tools/dom/templates/html/impl/impl_HTMLDocument.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_HTMLDocument.darttemplate
|
| @@ -238,12 +238,6 @@ $else
|
| }
|
| $endif
|
|
|
| -$if DART2JS
|
| - @Creates('Null') // Set from Dart code; does not instantiate a native type.
|
| -$endif
|
| - // Note: used to polyfill <template>
|
| - Document _templateContentsOwner;
|
| -
|
| @DomName('Document.visibilityChange')
|
| @SupportedBrowser(SupportedBrowser.CHROME)
|
| @SupportedBrowser(SupportedBrowser.FIREFOX)
|
|
|