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 9691338bb18953d93490546382e1c3350440ca42..7b62c0c8ca582f29f10520e2179da581facaaa9e 100644 |
--- a/tools/dom/templates/html/impl/impl_MediaStream.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_MediaStream.darttemplate |
@@ -4,8 +4,7 @@ |
part of $LIBRARYNAME; |
-/// @domName $DOMNAME; @docsEditable true$ANNOTATIONS |
-class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
+$(ANNOTATIONS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
$!MEMBERS |
/** |