| 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 70689f8ce2831cf25467f94f21338e14d6ffbdac..2c43c5c1dfdcd691d841bf98877acb3ea68c39a3 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_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| +$(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS {
|
| @DomName('IDBCursor.delete')
|
| Future delete() {
|
| try {
|
|
|