| Index: tools/dom/templates/html/impl/impl_IDBDatabase.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_IDBDatabase.darttemplate b/tools/dom/templates/html/impl/impl_IDBDatabase.darttemplate
|
| index 31d47ecd09ba8f390675b8cf55d2feef976b7b90..c89c29afb3fb8cffc6a7a5b139485624724373a6 100644
|
| --- a/tools/dom/templates/html/impl/impl_IDBDatabase.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_IDBDatabase.darttemplate
|
| @@ -5,7 +5,7 @@
|
| part of $LIBRARYNAME;
|
|
|
| @DocsEditable()
|
| -$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| +$(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS {
|
| @DomName('IDBDatabase.createObjectStore')
|
| @DocsEditable()
|
| ObjectStore createObjectStore(String name,
|
|
|