| Index: third_party/WebKit/Source/modules/indexeddb/IDBDatabase.h
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.h b/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.h
|
| index 51fe1356a8dceca0a69ea168e254ad28d5dd8355..64257a35296f0de4369d8b50509977131a1c3215 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.h
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.h
|
| @@ -69,6 +69,7 @@ public:
|
| void indexDeleted(int64_t objectStoreId, int64_t indexId);
|
| void transactionCreated(IDBTransaction*);
|
| void transactionFinished(const IDBTransaction*);
|
| + const String& getObjectStoreName(int64_t objectStoreId) const;
|
|
|
| // Implement the IDL
|
| const String& name() const { return m_metadata.name; }
|
|
|