Index: tools/dom/templates/html/dartium/dart_implementation.darttemplate |
diff --git a/tools/dom/templates/html/dartium/dart_implementation.darttemplate b/tools/dom/templates/html/dartium/dart_implementation.darttemplate |
index 015ae9fe14a6ab2cd49ee5435f175df1b08c7ad4..8377e83bf2a65c668331c5730559e53f9a17454d 100644 |
--- a/tools/dom/templates/html/dartium/dart_implementation.darttemplate |
+++ b/tools/dom/templates/html/dartium/dart_implementation.darttemplate |
@@ -4,9 +4,9 @@ |
// WARNING: Do not edit - generated code. |
-part of html; |
+part of $LIBRARYNAME; |
-/// @domName $DOMNAME |
+/// @domName $DOMNAME$ANNOTATIONS |
class $CLASSNAME$EXTENDS$IMPLEMENTS { |
$!MEMBERS |
} |