Index: tools/dom/templates/html/dart2js/impl_ElementEvents.darttemplate |
diff --git a/tools/dom/templates/html/dart2js/impl_ElementEvents.darttemplate b/tools/dom/templates/html/dart2js/impl_ElementEvents.darttemplate |
index dd355c64ef73105a6e4a56ff0c83aef53403d29e..3e82f583024fa59b954970317079b999593d3849 100644 |
--- a/tools/dom/templates/html/dart2js/impl_ElementEvents.darttemplate |
+++ b/tools/dom/templates/html/dart2js/impl_ElementEvents.darttemplate |
@@ -2,7 +2,7 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
-part of html; |
+part of $LIBRARYNAME; |
@deprecated |
class $CLASSNAME extends $SUPER { |