| Index: Source/modules/indexeddb/IDBIndex.h
|
| diff --git a/Source/modules/indexeddb/IDBIndex.h b/Source/modules/indexeddb/IDBIndex.h
|
| index 005a61fe0c991f2b40125a99d820aab1bfe57cf9..57fb7e58d6fba101a812acb2aeab8a12931e8a89 100644
|
| --- a/Source/modules/indexeddb/IDBIndex.h
|
| +++ b/Source/modules/indexeddb/IDBIndex.h
|
| @@ -69,9 +69,9 @@ public:
|
| bool isDeleted() const;
|
|
|
| // Used internally and by InspectorIndexedDBAgent:
|
| - IDBRequest* openCursor(ScriptState*, IDBKeyRange*, blink::WebIDBCursorDirection);
|
| + IDBRequest* openCursor(ScriptState*, IDBKeyRange*, WebIDBCursorDirection);
|
|
|
| - blink::WebIDBDatabase* backendDB() const;
|
| + WebIDBDatabase* backendDB() const;
|
|
|
| private:
|
| IDBIndex(const IDBIndexMetadata&, IDBObjectStore*, IDBTransaction*);
|
|
|