Title: [120585] trunk/Source
- Revision
- 120585
- Author
- kin...@chromium.org
- Date
- 2012-06-18 03:56:34 -0700 (Mon, 18 Jun 2012)
Log Message
[chromium] Cleanup: remove PlatformSupport::createAsyncFileSystem as it's no longer used
https://bugs.webkit.org/show_bug.cgi?id=89083
Reviewed by Kentaro Hara.
Source/WebCore:
No new tests as this has no functional changes.
* platform/chromium/PlatformSupport.h:
(PlatformSupport):
Source/WebKit/chromium:
* src/PlatformSupport.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (120584 => 120585)
--- trunk/Source/WebCore/ChangeLog 2012-06-18 10:43:35 UTC (rev 120584)
+++ trunk/Source/WebCore/ChangeLog 2012-06-18 10:56:34 UTC (rev 120585)
@@ -1,3 +1,15 @@
+2012-06-14 Kinuko Yasuda <kin...@chromium.org>
+
+ [chromium] Cleanup: remove PlatformSupport::createAsyncFileSystem as it's no longer used
+ https://bugs.webkit.org/show_bug.cgi?id=89083
+
+ Reviewed by Kentaro Hara.
+
+ No new tests as this has no functional changes.
+
+ * platform/chromium/PlatformSupport.h:
+ (PlatformSupport):
+
2012-06-18 Taiju Tsuiki <t...@chromium.org>
Fix syntax of FileReader::readAsDataURL result
Modified: trunk/Source/WebKit/chromium/ChangeLog (120584 => 120585)
--- trunk/Source/WebKit/chromium/ChangeLog 2012-06-18 10:43:35 UTC (rev 120584)
+++ trunk/Source/WebKit/chromium/ChangeLog 2012-06-18 10:56:34 UTC (rev 120585)
@@ -1,3 +1,12 @@
+2012-06-14 Kinuko Yasuda <kin...@chromium.org>
+
+ [chromium] Cleanup: remove PlatformSupport::createAsyncFileSystem as it's no longer used
+ https://bugs.webkit.org/show_bug.cgi?id=89083
+
+ Reviewed by Kentaro Hara.
+
+ * src/PlatformSupport.cpp:
+
2012-06-15 Kinuko Yasuda <kin...@chromium.org>
XHR_RESPONSE_BLOB is not enabled on some platforms
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes