| Index: tools/dom/templates/html/impl/impl_IDBObjectStore.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_IDBObjectStore.darttemplate b/tools/dom/templates/html/impl/impl_IDBObjectStore.darttemplate
|
| index b8ee68a70e3cc60ae8e8174a9f2c9ae8c45140ca..510de4e32d2c5c60a2a88af3a066cc1030ebd922 100644
|
| --- a/tools/dom/templates/html/impl/impl_IDBObjectStore.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_IDBObjectStore.darttemplate
|
| @@ -54,7 +54,7 @@ $(ANNOTATIONS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| * the current transaction.
|
| */
|
| @DomName('IDBObjectStore.openCursor')
|
| - Stream<Cursor> openCursor({key, KeyRange range, String direction,
|
| + Stream<CursorWithValue> openCursor({key, KeyRange range, String direction,
|
| bool autoAdvance}) {
|
| var key_OR_range = null;
|
| if (key != null) {
|
|
|