Patch by Gyuyoung Kim <gyuyoung.kim@webkit.org> on 2015-05-20
* UIProcess/gtk/WebProcessPoolGtk.cpp:
(WebKit::WebProcessPool::legacyPlatformDefaultApplicationCacheDirectory): Add *legacy* prefix.
(WebKit::WebProcessPool::platformDefaultApplicationCacheDirectory): Deleted.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@184696
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
2015-05-20 Gyuyoung Kim <gyuyoung.kim@webkit.org>
+ Unreviewed GTK build fix since r184686.
+
+ * UIProcess/gtk/WebProcessPoolGtk.cpp:
+ (WebKit::WebProcessPool::legacyPlatformDefaultApplicationCacheDirectory): Add *legacy* prefix.
+ (WebKit::WebProcessPool::platformDefaultApplicationCacheDirectory): Deleted.
+
+2015-05-20 Gyuyoung Kim <gyuyoung.kim@webkit.org>
+
Unreviewed EFL build fix since r184686.
* UIProcess/efl/WebProcessPoolEfl.cpp:
#endif
}
-WTF::String WebProcessPool::platformDefaultApplicationCacheDirectory() const
+WTF::String WebProcessPool::legacyPlatformDefaultApplicationCacheDirectory()
{
GUniquePtr<gchar> cacheDirectory(g_build_filename(g_get_user_cache_dir(), "webkitgtk", "applications", nullptr));
return WebCore::filenameToString(cacheDirectory.get());