Index: sdk/lib/html/templates/html/impl/impl_IDBKeyRange.darttemplate |
diff --git a/sdk/lib/html/templates/html/impl/impl_IDBKeyRange.darttemplate b/sdk/lib/html/templates/html/impl/impl_IDBKeyRange.darttemplate |
index 60809076dca04abb0f025ed1cf7c8bf286971257..1ff999caae78620e3cd67567186334ba1cc34552 100644 |
--- a/sdk/lib/html/templates/html/impl/impl_IDBKeyRange.darttemplate |
+++ b/sdk/lib/html/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 html; |
+part of indexed_db; |
/// @domName $DOMNAME |
class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |