| Index: third_party/WebKit/Source/modules/indexeddb/InspectorIndexedDBAgent.cpp
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/InspectorIndexedDBAgent.cpp b/third_party/WebKit/Source/modules/indexeddb/InspectorIndexedDBAgent.cpp
|
| index 880b93ec430b38313fada6f269126cf4fdbb8dfc..89d723aa2afe31880498a985fd9d25a0957e269c 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/InspectorIndexedDBAgent.cpp
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/InspectorIndexedDBAgent.cpp
|
| @@ -566,7 +566,7 @@ class OpenCursorCallback final : public EventListener {
|
| // Continue cursor before making injected script calls, otherwise
|
| // transaction might be finished.
|
| DummyExceptionStateForTesting exception_state;
|
| - idb_cursor->continueFunction(nullptr, nullptr, exception_state);
|
| + idb_cursor->Continue(nullptr, nullptr, exception_state);
|
| if (exception_state.HadException()) {
|
| request_callback_->sendFailure(
|
| Response::Error("Could not continue cursor."));
|
|
|