| 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 dd2e6e4b05388f85bb05a3d7da8e07c0bfb249dd..2d6853bb6dfd4b1285e760b0fe74db965dc5c9f9 100644
|
| --- a/tools/dom/templates/html/impl/impl_HTMLDocument.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_HTMLDocument.darttemplate
|
| @@ -165,4 +165,11 @@ $endif
|
| @SupportedBrowser(SupportedBrowser.SAFARI)
|
| @Experimental
|
| String get visibilityState => $dom_webkitVisibilityState;
|
| +
|
| +
|
| +$if DART2JS
|
| + @Creates('Null') // Set from Dart code; does not instantiate a native type.
|
| +$endif
|
| + // Note: used to polyfill <template>
|
| + Document _templateContentsOwner;
|
| }
|
|
|