Index: tools/dom/templates/html/dart2js/impl_MouseEvent.darttemplate |
diff --git a/tools/dom/templates/html/dart2js/impl_MouseEvent.darttemplate b/tools/dom/templates/html/dart2js/impl_MouseEvent.darttemplate |
index ed29b0f3f156c664dde0373a1a03d00d770a65f3..7ca2b2600fc5066b03c3a8663a63e5481ed6e067 100644 |
--- a/tools/dom/templates/html/dart2js/impl_MouseEvent.darttemplate |
+++ b/tools/dom/templates/html/dart2js/impl_MouseEvent.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; |
$(ANNOTATIONS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
factory $CLASSNAME(String type, |