| Index: Source/modules/indexeddb/IDBDatabase.cpp
|
| diff --git a/Source/modules/indexeddb/IDBDatabase.cpp b/Source/modules/indexeddb/IDBDatabase.cpp
|
| index 0e0719470b44936f4fbb838f7b784952077f66c6..ac1c4b25759bffe0eefd2a1e5512ca8fe4329106 100644
|
| --- a/Source/modules/indexeddb/IDBDatabase.cpp
|
| +++ b/Source/modules/indexeddb/IDBDatabase.cpp
|
| @@ -304,7 +304,7 @@ IDBTransaction* IDBDatabase::transaction(ExecutionContext* context, const Vector
|
| return 0;
|
| }
|
|
|
| - blink::WebIDBDatabase::TransactionMode mode = IDBTransaction::stringToMode(modeString, exceptionState);
|
| + blink::TransactionMode mode = IDBTransaction::stringToMode(modeString, exceptionState);
|
| if (exceptionState.hadException())
|
| return 0;
|
|
|
|
|