| Index: Source/modules/indexeddb/IDBDatabase.h
|
| diff --git a/Source/modules/indexeddb/IDBDatabase.h b/Source/modules/indexeddb/IDBDatabase.h
|
| index 6b86f670a49ac994ac26c60f6ca7b4185c710575..f2f72f551d7e6fd7b72c45a0b7d648495f76b877 100644
|
| --- a/Source/modules/indexeddb/IDBDatabase.h
|
| +++ b/Source/modules/indexeddb/IDBDatabase.h
|
| @@ -114,6 +114,8 @@ public:
|
|
|
| static int64_t nextTransactionId();
|
|
|
| + void ackReceivedBlobs(const Vector<blink::WebBlobInfo>*);
|
| +
|
| static const char indexDeletedErrorMessage[];
|
| static const char isKeyCursorErrorMessage[];
|
| static const char noKeyOrKeyRangeErrorMessage[];
|
|
|