| Index: dart/tools/dom/templates/html/impl/impl_ShadowRoot.darttemplate
|
| diff --git a/dart/tools/dom/templates/html/impl/impl_ShadowRoot.darttemplate b/dart/tools/dom/templates/html/impl/impl_ShadowRoot.darttemplate
|
| index 559ba25dabc04670e1c5db3149dc3fee9471bccc..883faea39b63cfb1a0111ccedc3758ba04650b26 100644
|
| --- a/dart/tools/dom/templates/html/impl/impl_ShadowRoot.darttemplate
|
| +++ b/dart/tools/dom/templates/html/impl/impl_ShadowRoot.darttemplate
|
| @@ -10,7 +10,8 @@ $(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| $!MEMBERS
|
| $if DART2JS
|
| static bool get supported =>
|
| - JS('bool', '!!(Element.prototype.webkitCreateShadowRoot)');
|
| + JS('bool', '!!(Element.prototype.createShadowRoot||'
|
| + 'Element.prototype.webkitCreateShadowRoot)');
|
| $else
|
| static final bool supported = true;
|
| $endif
|
|
|