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 883faea39b63cfb1a0111ccedc3758ba04650b26..57a44bb2e73b05753c76f08d99b029a57a44a5df 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_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
+$(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS { |
$!MEMBERS |
$if DART2JS |
static bool get supported => |