| Index: third_party/WebKit/Source/modules/indexeddb/IDBIndex.h
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBIndex.h b/third_party/WebKit/Source/modules/indexeddb/IDBIndex.h
|
| index 0854b459811418398273fd2bf8a62795eaf72784..b85942432bdde56976aa5948f727dcdf327e2f4b 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBIndex.h
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBIndex.h
|
| @@ -55,6 +55,7 @@ public:
|
|
|
| // Implement the IDL
|
| const String& name() const { return m_metadata.name; }
|
| + void setName(const String& name) { return; }
|
| IDBObjectStore* objectStore() const { return m_objectStore.get(); }
|
| ScriptValue keyPath(ScriptState*) const;
|
| bool unique() const { return m_metadata.unique; }
|
|
|