Title: [136008] trunk/Source/WebKit/chromium
- Revision
- 136008
- Author
- [email protected]
- Date
- 2012-11-28 06:42:52 -0800 (Wed, 28 Nov 2012)
Log Message
IndexedDB: Remove setVersion from WK API
https://bugs.webkit.org/show_bug.cgi?id=103456
Reviewed by Darin Fisher.
These are the last vestiges of this ancient API. The bulk of the
removal was done in bug 94972.
* public/WebIDBCallbacks.h:
* public/WebIDBDatabase.h:
Modified Paths
Diff
Modified: trunk/Source/WebKit/chromium/ChangeLog (136007 => 136008)
--- trunk/Source/WebKit/chromium/ChangeLog 2012-11-28 14:38:46 UTC (rev 136007)
+++ trunk/Source/WebKit/chromium/ChangeLog 2012-11-28 14:42:52 UTC (rev 136008)
@@ -1,3 +1,16 @@
+2012-11-28 David Grogan <[email protected]>
+
+ IndexedDB: Remove setVersion from WK API
+ https://bugs.webkit.org/show_bug.cgi?id=103456
+
+ Reviewed by Darin Fisher.
+
+ These are the last vestiges of this ancient API. The bulk of the
+ removal was done in bug 94972.
+
+ * public/WebIDBCallbacks.h:
+ * public/WebIDBDatabase.h:
+
2012-11-28 Sheriff Bot <[email protected]>
Unreviewed. Rolled DEPS.
Modified: trunk/Source/WebKit/chromium/public/WebIDBCallbacks.h (136007 => 136008)
--- trunk/Source/WebKit/chromium/public/WebIDBCallbacks.h 2012-11-28 14:38:46 UTC (rev 136007)
+++ trunk/Source/WebKit/chromium/public/WebIDBCallbacks.h 2012-11-28 14:42:52 UTC (rev 136008)
@@ -53,7 +53,6 @@
virtual void onSuccess(WebIDBCursor*, const WebIDBKey& key, const WebIDBKey& primaryKey, const WebSerializedScriptValue&) { WEBKIT_ASSERT_NOT_REACHED(); }
virtual void onSuccess(WebIDBDatabase*) { WEBKIT_ASSERT_NOT_REACHED(); }
virtual void onSuccess(const WebIDBKey&) { WEBKIT_ASSERT_NOT_REACHED(); }
- virtual void onSuccess(WebIDBTransaction*) { WEBKIT_ASSERT_NOT_REACHED(); }
virtual void onSuccess(const WebSerializedScriptValue&) { WEBKIT_ASSERT_NOT_REACHED(); }
virtual void onSuccess(const WebSerializedScriptValue&, const WebIDBKey&, const WebIDBKeyPath&) { WEBKIT_ASSERT_NOT_REACHED(); }
virtual void onSuccess(long long) { WEBKIT_ASSERT_NOT_REACHED(); }
Modified: trunk/Source/WebKit/chromium/public/WebIDBDatabase.h (136007 => 136008)
--- trunk/Source/WebKit/chromium/public/WebIDBDatabase.h 2012-11-28 14:38:46 UTC (rev 136007)
+++ trunk/Source/WebKit/chromium/public/WebIDBDatabase.h 2012-11-28 14:42:52 UTC (rev 136008)
@@ -56,7 +56,6 @@
return 0;
}
virtual void deleteObjectStore(long long objectStoreId, const WebIDBTransaction& transaction, WebExceptionCode& ec) { WEBKIT_ASSERT_NOT_REACHED(); }
- virtual void setVersion(const WebString& version, WebIDBCallbacks* callbacks, WebExceptionCode&) { WEBKIT_ASSERT_NOT_REACHED(); }
// FIXME: Remove this as part of https://bugs.webkit.org/show_bug.cgi?id=102733.
// Transfers ownership of the WebIDBTransaction to the caller.
virtual WebIDBTransaction* transaction(const WebVector<long long>&, unsigned short mode)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes