diff options
Diffstat (limited to 'Source/WebKit/chromium/public/WebIDBDatabase.h')
| -rw-r--r-- | Source/WebKit/chromium/public/WebIDBDatabase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit/chromium/public/WebIDBDatabase.h b/Source/WebKit/chromium/public/WebIDBDatabase.h index 83b9a425f..a4932ee28 100644 --- a/Source/WebKit/chromium/public/WebIDBDatabase.h +++ b/Source/WebKit/chromium/public/WebIDBDatabase.h @@ -50,7 +50,7 @@ public: WEBKIT_ASSERT_NOT_REACHED(); return WebIDBMetadata(); } - virtual WebIDBObjectStore* createObjectStore(const WebString&, const WebIDBKeyPath&, bool, const WebIDBTransaction&, WebExceptionCode&) + virtual WebIDBObjectStore* createObjectStore(long long, const WebString&, const WebIDBKeyPath&, bool, const WebIDBTransaction&, WebExceptionCode&) { WEBKIT_ASSERT_NOT_REACHED(); return 0; |
