| 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 a563758752782bc3b31b29fbec5ab0eea1a0cd31..5a6054e70c66ea17a86c2857918c9209c0b51334 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/InspectorIndexedDBAgent.cpp
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/InspectorIndexedDBAgent.cpp
|
| @@ -504,7 +504,8 @@ class OpenCursorCallback final : public EventListener {
|
| return;
|
| }
|
|
|
| - // Continue cursor before making injected script calls, otherwise transaction might be finished.
|
| + // Continue cursor before making injected script calls, otherwise
|
| + // transaction might be finished.
|
| TrackExceptionState exceptionState;
|
| idbCursor->continueFunction(nullptr, nullptr, exceptionState);
|
| if (exceptionState.hadException()) {
|
|
|