Chromium Code Reviews| Index: Source/modules/indexeddb/IDBRequest.h |
| diff --git a/Source/modules/indexeddb/IDBRequest.h b/Source/modules/indexeddb/IDBRequest.h |
| index 5a99e8fc3f7eeb79e890f2a96a40fe671b8f843c..ec114d4858f2da77725b4866ecb6e8042f21c102 100644 |
| --- a/Source/modules/indexeddb/IDBRequest.h |
| +++ b/Source/modules/indexeddb/IDBRequest.h |
| @@ -30,6 +30,7 @@ |
| #define IDBRequest_h |
| #include "bindings/v8/DOMRequestState.h" |
| +#include "bindings/v8/ScriptValue.h" |
| #include "bindings/v8/ScriptWrappable.h" |
| #include "core/dom/ActiveDOMObject.h" |
| #include "core/dom/DOMError.h" |
| @@ -40,7 +41,6 @@ |
| #include "core/events/ThreadLocalEventNames.h" |
| #include "heap/Handle.h" |
| #include "modules/indexeddb/IDBAny.h" |
| -#include "modules/indexeddb/IDBCursor.h" |
|
jsbell
2014/03/19 16:14:38
This file references IDBCursor, so it should have
Dmitry Zvorygin
2014/03/19 16:42:40
Done.
|
| #include "modules/indexeddb/IDBTransaction.h" |
| #include "modules/indexeddb/IndexedDB.h" |
| #include "public/platform/WebIDBCursor.h" |