Index: third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.h |
diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.h b/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.h |
index 038d6b2655889b8d7a73d6b9dd5e4c0c328ac362..4dbdb9eb786c3ecf16c87beddede6bcdc433a6ac 100644 |
--- a/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.h |
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.h |
@@ -62,6 +62,7 @@ public: |
// Implement the IDBObjectStore IDL |
int64_t id() const { return m_metadata.id; } |
const String& name() const { return m_metadata.name; } |
+ void setName(const String& name, ExceptionState&); |
ScriptValue keyPath(ScriptState*) const; |
DOMStringList* indexNames() const; |
IDBTransaction* transaction() const { return m_transaction.get(); } |