| 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 2cddda640cd078fd879472ad9124e6088bf02432..5093f5d99d15e23afe8fbe526f4b6a15ec4491c4 100644
|
| --- a/tools/dom/templates/html/impl/impl_ShadowRoot.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_ShadowRoot.darttemplate
|
| @@ -6,7 +6,7 @@
|
|
|
| part of $LIBRARYNAME;
|
|
|
| -$(ANNOTATIONS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| +$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| $!MEMBERS
|
| $if DART2JS
|
| static bool get supported =>
|
|
|