| Index: tools/dom/templates/html/impl/impl_IDBCursor.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_IDBCursor.darttemplate b/tools/dom/templates/html/impl/impl_IDBCursor.darttemplate
|
| index 164cefa510d1e35f1639e02d5dc7f6e294198e27..eeb3aa369b3e9dc8b7826d2beb3549c91b23b2ce 100644
|
| --- a/tools/dom/templates/html/impl/impl_IDBCursor.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_IDBCursor.darttemplate
|
| @@ -4,7 +4,7 @@
|
|
|
| part of $LIBRARYNAME;
|
|
|
| -$(ANNOTATIONS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| +$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| @DomName('IDBCursor.delete')
|
| Future delete() {
|
| try {
|
|
|