| Index: tools/dom/templates/html/impl/impl_ShadowRoot.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_ShadowRoot.darttemplate b/tools/dom/templates/html/impl/impl_ShadowRoot.darttemplate
|
| index cb2e4794d2e4d1c8fb463e3c46cea67e3b56cdbd..db1946ff558d57856462e1898ef61dbbe2dc27cb 100644
|
| --- a/tools/dom/templates/html/impl/impl_ShadowRoot.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_ShadowRoot.darttemplate
|
| @@ -12,6 +12,6 @@ $if DART2JS
|
| static bool get supported =>
|
| JS('bool', '!!(Element.prototype.webkitCreateShadowRoot)');
|
| $else
|
| - static bool get supported => _Utils.shadowRootSupported(window.document);
|
| + static bool final supported = true;
|
| $endif
|
| }
|
|
|