| Index: lib/dom/dart2js/dom_dart2js.dart
|
| diff --git a/lib/dom/dart2js/dom_dart2js.dart b/lib/dom/dart2js/dom_dart2js.dart
|
| index 89abd9307db085741efe076f6df195df7dd90d17..5fb771765ce15ecf2f2f59a956315b45cb084672 100644
|
| --- a/lib/dom/dart2js/dom_dart2js.dart
|
| +++ b/lib/dom/dart2js/dom_dart2js.dart
|
| @@ -4221,10 +4221,7 @@ class _IDBCursorJs extends _DOMTypeJs implements IDBCursor native "*IDBCursor" {
|
|
|
| void advance(int count) native;
|
|
|
| - void continueFunction([key]) native '''
|
| - if (key == null) return this['continue']();
|
| - return this['continue'](key);
|
| - ''';
|
| + void continueFunction([key]) native 'continue';
|
|
|
| _IDBRequestJs delete() native;
|
|
|
|
|