Title: [117727] trunk/Source/WebKit/chromium
- Revision
- 117727
- Author
- [email protected]
- Date
- 2012-05-20 22:16:35 -0700 (Sun, 20 May 2012)
Log Message
IndexedDB: Delete obsolete Chromium WebKit API method
https://bugs.webkit.org/show_bug.cgi?id=86933
Implementation was previously removed in r17512 and callers are updated.
Reviewed by Adam Barth.
* public/WebIDBIndex.h: Delete storeName()
(WebKit::WebIDBIndex::name):
Modified Paths
Diff
Modified: trunk/Source/WebKit/chromium/ChangeLog (117726 => 117727)
--- trunk/Source/WebKit/chromium/ChangeLog 2012-05-21 05:05:57 UTC (rev 117726)
+++ trunk/Source/WebKit/chromium/ChangeLog 2012-05-21 05:16:35 UTC (rev 117727)
@@ -1,3 +1,15 @@
+2012-05-20 Joshua Bell <[email protected]>
+
+ IndexedDB: Delete obsolete Chromium WebKit API method
+ https://bugs.webkit.org/show_bug.cgi?id=86933
+
+ Implementation was previously removed in r17512 and callers are updated.
+
+ Reviewed by Adam Barth.
+
+ * public/WebIDBIndex.h: Delete storeName()
+ (WebKit::WebIDBIndex::name):
+
2012-05-19 Sheriff Bot <[email protected]>
Unreviewed, rolling out r117675.
Modified: trunk/Source/WebKit/chromium/public/WebIDBIndex.h (117726 => 117727)
--- trunk/Source/WebKit/chromium/public/WebIDBIndex.h 2012-05-21 05:05:57 UTC (rev 117726)
+++ trunk/Source/WebKit/chromium/public/WebIDBIndex.h 2012-05-21 05:16:35 UTC (rev 117727)
@@ -47,12 +47,6 @@
WEBKIT_ASSERT_NOT_REACHED();
return WebString();
}
- // FIXME: Remove method once callers are updated.
- virtual WebString storeName() const
- {
- WEBKIT_ASSERT_NOT_REACHED();
- return WebString();
- }
virtual WebIDBKeyPath keyPath() const
{
return WebIDBKeyPath(keyPathString());
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes