Index: tools/dom/templates/html/dart2js/impl_WorkerContext.darttemplate |
diff --git a/tools/dom/templates/html/dart2js/impl_WorkerContext.darttemplate b/tools/dom/templates/html/dart2js/impl_WorkerContext.darttemplate |
index 446191733aedf0e204e2cc7f9bcad49ec70abe43..27275bf5afa5af54c3201fc7521a6be186ba7ce7 100644 |
--- a/tools/dom/templates/html/dart2js/impl_WorkerContext.darttemplate |
+++ b/tools/dom/templates/html/dart2js/impl_WorkerContext.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 { |
$!MEMBERS |