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