Index: tools/dom/templates/html/dart2js/impl_URL.darttemplate |
diff --git a/tools/dom/templates/html/dart2js/impl_URL.darttemplate b/tools/dom/templates/html/dart2js/impl_URL.darttemplate |
index 8188c31ba420da9d964f6c8dafcc43d2d63f5e2c..1a02aa118fb7c2448baac021efda39c7c1c2bade 100644 |
--- a/tools/dom/templates/html/dart2js/impl_URL.darttemplate |
+++ b/tools/dom/templates/html/dart2js/impl_URL.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 { |