Patch by Gyuyoung Kim <gyuyoung.kim@webkit.org> on 2015-05-20
* UIProcess/efl/WebProcessPoolEfl.cpp:
(WebKit::WebProcessPool::legacyPlatformDefaultApplicationCacheDirectory): Add *legacy* prefix.
(WebKit::WebProcessPool::platformDefaultApplicationCacheDirectory): Deleted.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@184694
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2015-05-20 Gyuyoung Kim <gyuyoung.kim@webkit.org>
+
+ 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 <cdumez@apple.com>
[WK2][iOS] Update WebContent process sandbox profile for AWD logging
#endif
}
-String WebProcessPool::platformDefaultApplicationCacheDirectory() const
+String WebProcessPool::legacyPlatformDefaultApplicationCacheDirectory()
{
return String::fromUTF8(efreet_cache_home_get()) + "/WebKitEfl/Applications";
}