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 2c43c5c1dfdcd691d841bf98877acb3ea68c39a3..0fef1c3371c6140341a74f6346cea15c59a45944 100644 |
--- a/tools/dom/templates/html/impl/impl_IDBCursor.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_IDBCursor.darttemplate |
@@ -23,7 +23,6 @@ $(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS |
} |
} |
- $if DART2JS |
@JSName('continue') |
@DomName('IDBCursor.continue') |
void next([Object key]) { |
@@ -33,6 +32,5 @@ $(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS |
JS('void', '#.continue(#)', this, key); |
} |
} |
- $endif |
$!MEMBERS |
} |