Index: tools/dom/templates/html/impl/impl_MediaStream.darttemplate |
diff --git a/tools/dom/templates/html/impl/impl_MediaStream.darttemplate b/tools/dom/templates/html/impl/impl_MediaStream.darttemplate |
index bc11e19416b37f2991ef67b4ee5d28f6edbc9e72..0df739b9e5bd6504f1db910f386f0c717894a3e7 100644 |
--- a/tools/dom/templates/html/impl/impl_MediaStream.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_MediaStream.darttemplate |
@@ -4,7 +4,7 @@ |
part of $LIBRARYNAME; |
-$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
+$(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS { |
$!MEMBERS |
/** |