Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1045)

Unified Diff: Source/modules/indexeddb/IDBRequest.h

Issue 203773012: Removed header include cycles in indexeddb. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed forward declaration order. Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/indexeddb/IDBIndex.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/indexeddb/IDBRequest.h
diff --git a/Source/modules/indexeddb/IDBRequest.h b/Source/modules/indexeddb/IDBRequest.h
index 5a99e8fc3f7eeb79e890f2a96a40fe671b8f843c..fe6cf20282317be676b4233ab51664b7685e56ad 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"
#include "modules/indexeddb/IDBTransaction.h"
#include "modules/indexeddb/IndexedDB.h"
#include "public/platform/WebIDBCursor.h"
@@ -48,6 +48,7 @@
namespace WebCore {
class ExceptionState;
+class IDBCursor;
struct IDBDatabaseMetadata;
class SharedBuffer;
« no previous file with comments | « Source/modules/indexeddb/IDBIndex.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698