Index: tools/dom/templates/html/impl/impl_IDBFactory.darttemplate |
diff --git a/tools/dom/templates/html/impl/impl_IDBFactory.darttemplate b/tools/dom/templates/html/impl/impl_IDBFactory.darttemplate |
index c7028267e1879610d279a51e5bdc0780f551cbb7..6218e29cf597ef0913c2f09b35f52e632b7ce9fd 100644 |
--- a/tools/dom/templates/html/impl/impl_IDBFactory.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_IDBFactory.darttemplate |
@@ -4,7 +4,7 @@ |
part of $LIBRARYNAME; |
-$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
+$(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS { |
/** |
* Checks to see if Indexed DB is supported on the current platform. |
*/ |