Index: tools/dom/templates/html/impl/impl_IDBKeyRange.darttemplate |
diff --git a/tools/dom/templates/html/impl/impl_IDBKeyRange.darttemplate b/tools/dom/templates/html/impl/impl_IDBKeyRange.darttemplate |
index 0c24dd9e25c70e1f3e2a5414259f43c05fbf5fb9..7599fa9ba0bcf830c2e55175047ade5cef6bd689 100644 |
--- a/tools/dom/templates/html/impl/impl_IDBKeyRange.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_IDBKeyRange.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 indexed_db; |
+part of $LIBRARYNAME; |
$(ANNOTATIONS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
@DomName('IDBKeyRange.only') |