| Index: third_party/WebKit/Source/modules/indexeddb/IDBTransaction.h
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.h b/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.h
|
| index ebbc60f812dfe25782713c6a2b69e489c264c512..e3c7bfef504f8c18469a34bdfdde2b1c6ad20551 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.h
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.h
|
| @@ -50,6 +50,7 @@ class IDBDatabase;
|
| class IDBIndex;
|
| class IDBObjectStore;
|
| class IDBOpenDBRequest;
|
| +class IDBRequest;
|
| class ScriptState;
|
|
|
| class MODULES_EXPORT IDBTransaction final : public EventTargetWithInlineData,
|
|
|