Index: Source/modules/indexeddb/IDBIndex.h |
diff --git a/Source/modules/indexeddb/IDBIndex.h b/Source/modules/indexeddb/IDBIndex.h |
index bad1ed3944c1a832866d5864c14778fbb473ee1c..d220351a26833e56c94d84b4c82b7181ce4227b0 100644 |
--- a/Source/modules/indexeddb/IDBIndex.h |
+++ b/Source/modules/indexeddb/IDBIndex.h |
@@ -34,6 +34,7 @@ |
#include "modules/indexeddb/IDBRequest.h" |
#include "public/platform/WebIDBCursor.h" |
#include "public/platform/WebIDBDatabase.h" |
+#include "public/platform/WebIDBTypes.h" |
#include "wtf/Forward.h" |
#include "wtf/text/WTFString.h" |
@@ -68,7 +69,7 @@ public: |
bool isDeleted() const; |
// Used internally and by InspectorIndexedDBAgent: |
- IDBRequest* openCursor(ScriptState*, IDBKeyRange*, blink::WebIDBCursor::Direction); |
+ IDBRequest* openCursor(ScriptState*, IDBKeyRange*, blink::WebIDBCursorDirection); |
blink::WebIDBDatabase* backendDB() const; |