| 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 dfa93b0c6bcd5caa849274e3e6c20f5961677e71..6b6d1976c7fcf3addadb221ac6f0888cf6a6b0e2 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/InspectorIndexedDBAgent.cpp
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/InspectorIndexedDBAgent.cpp
|
| @@ -319,7 +319,7 @@ static IDBTransaction* TransactionForDatabase(
|
| const String& object_store_name,
|
| const String& mode = IndexedDBNames::readonly) {
|
| DummyExceptionStateForTesting exception_state;
|
| - StringOrStringSequenceOrDOMStringList scope;
|
| + StringOrStringSequence scope;
|
| scope.setString(object_store_name);
|
| IDBTransaction* idb_transaction =
|
| idb_database->transaction(script_state, scope, mode, exception_state);
|
|
|