Index: tools/dom/templates/html/impl/impl_Blob.darttemplate |
diff --git a/tools/dom/templates/html/impl/impl_Blob.darttemplate b/tools/dom/templates/html/impl/impl_Blob.darttemplate |
index d45ebf96c5209e79f0ef4533d543af95a239b3a4..022b6de2b03eae91155bfccb5266e8162a28af01 100644 |
--- a/tools/dom/templates/html/impl/impl_Blob.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_Blob.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 |