| Index: Source/modules/indexeddb/IDBIndex.h
|
| diff --git a/Source/modules/indexeddb/IDBIndex.h b/Source/modules/indexeddb/IDBIndex.h
|
| index bad1ed3944c1a832866d5864c14778fbb473ee1c..f902b1e980aa903dc6b4fd2fc29723ba2e707687 100644
|
| --- a/Source/modules/indexeddb/IDBIndex.h
|
| +++ b/Source/modules/indexeddb/IDBIndex.h
|
| @@ -68,7 +68,7 @@ public:
|
| bool isDeleted() const;
|
|
|
| // Used internally and by InspectorIndexedDBAgent:
|
| - IDBRequest* openCursor(ScriptState*, IDBKeyRange*, blink::WebIDBCursor::Direction);
|
| + IDBRequest* openCursor(ScriptState*, IDBKeyRange*, blink::Direction);
|
|
|
| blink::WebIDBDatabase* backendDB() const;
|
|
|
|
|