Index: tools/dom/templates/html/impl/impl_IDBObjectStore.darttemplate |
diff --git a/tools/dom/templates/html/impl/impl_IDBObjectStore.darttemplate b/tools/dom/templates/html/impl/impl_IDBObjectStore.darttemplate |
index 4b622325203961d739b2c26892de1f6da358a9e5..1363056fb541de952d3f34c08dda634760515524 100644 |
--- a/tools/dom/templates/html/impl/impl_IDBObjectStore.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_IDBObjectStore.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('IDBObjectStore.add') |
Future add(value, [key]) { |