| Index: Source/modules/indexeddb/IDBRequest.h
|
| diff --git a/Source/modules/indexeddb/IDBRequest.h b/Source/modules/indexeddb/IDBRequest.h
|
| index 5082d80f7e840326f02a36cf661e74720da94a52..6a3cbaa39e0bc70fc4226db30ddd70c3f823f115 100644
|
| --- a/Source/modules/indexeddb/IDBRequest.h
|
| +++ b/Source/modules/indexeddb/IDBRequest.h
|
| @@ -40,6 +40,7 @@
|
| #include "core/events/ThreadLocalEventNames.h"
|
| #include "modules/indexeddb/IDBAny.h"
|
| #include "modules/indexeddb/IDBCursor.h"
|
| +#include "modules/indexeddb/IDBTransaction.h"
|
| #include "modules/indexeddb/IndexedDB.h"
|
| #include "public/platform/WebIDBCursor.h"
|
|
|
| @@ -47,7 +48,6 @@ namespace WebCore {
|
|
|
| class ExceptionState;
|
| struct IDBDatabaseMetadata;
|
| -class IDBTransaction;
|
| class SharedBuffer;
|
|
|
| // Base class to simplify usage of event target refcounting.
|
|
|