Title: [184694] trunk/Source/WebKit2
- Revision
- 184694
- Author
- [email protected]
- Date
- 2015-05-20 20:09:24 -0700 (Wed, 20 May 2015)
Log Message
Unreviewed EFL build fix since r184686.
Patch by Gyuyoung Kim <[email protected]> on 2015-05-20
* UIProcess/efl/WebProcessPoolEfl.cpp:
(WebKit::WebProcessPool::legacyPlatformDefaultApplicationCacheDirectory): Add *legacy* prefix.
(WebKit::WebProcessPool::platformDefaultApplicationCacheDirectory): Deleted.
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (184693 => 184694)
--- trunk/Source/WebKit2/ChangeLog 2015-05-21 03:06:53 UTC (rev 184693)
+++ trunk/Source/WebKit2/ChangeLog 2015-05-21 03:09:24 UTC (rev 184694)
@@ -1,3 +1,11 @@
+2015-05-20 Gyuyoung Kim <[email protected]>
+
+ Unreviewed EFL build fix since r184686.
+
+ * UIProcess/efl/WebProcessPoolEfl.cpp:
+ (WebKit::WebProcessPool::legacyPlatformDefaultApplicationCacheDirectory): Add *legacy* prefix.
+ (WebKit::WebProcessPool::platformDefaultApplicationCacheDirectory): Deleted.
+
2015-05-20 Chris Dumez <[email protected]>
[WK2][iOS] Update WebContent process sandbox profile for AWD logging
Modified: trunk/Source/WebKit2/UIProcess/efl/WebProcessPoolEfl.cpp (184693 => 184694)
--- trunk/Source/WebKit2/UIProcess/efl/WebProcessPoolEfl.cpp 2015-05-21 03:06:53 UTC (rev 184693)
+++ trunk/Source/WebKit2/UIProcess/efl/WebProcessPoolEfl.cpp 2015-05-21 03:09:24 UTC (rev 184694)
@@ -80,7 +80,7 @@
#endif
}
-String WebProcessPool::platformDefaultApplicationCacheDirectory() const
+String WebProcessPool::legacyPlatformDefaultApplicationCacheDirectory()
{
return String::fromUTF8(efreet_cache_home_get()) + "/WebKitEfl/Applications";
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes