| 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 fc77a04e9415a53deae83680e8e9ee18e1084e11..ed2d5517548ebac3d715c60586912311f18e478b 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 $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| +$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| @DomName('IDBDatabase.createObjectStore')
|
| @DocsEditable
|
| ObjectStore createObjectStore(String name,
|
|
|