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 19ecce2217e90d7987b8e99b3196e1cb6d99cb8e..e3c740fcc971aac65448b95194cdc77c7772276b 100644 |
--- a/tools/dom/templates/html/impl/impl_IDBKeyRange.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_IDBKeyRange.darttemplate |
@@ -4,6 +4,8 @@ |
part of $LIBRARYNAME; |
+$!TOPLEVEL |
+ |
$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
@DomName('IDBKeyRange.only') |
factory KeyRange.only(/*Key*/ value) => |