WKWebsiteDataStore API doesn't report webkit.org as using Databases or App Cache after visiting http://www.webkit.org/demos/sticky-notes/
Created attachment 253486 [details] Patch
Committed r184686: <http://trac.webkit.org/changeset/184686>
(In reply to comment #2) > Committed r184686: <http://trac.webkit.org/changeset/184686> This broke the GTK build: ../../Source/WebKit2/UIProcess/gtk/WebProcessPoolGtk.cpp:86:72: error: no ‘WTF::String WebKit::WebProcessPool::platformDefaultApplicationCacheDirectory() const’ member function declared in class ‘WebKit::WebProcessPool’ WTF::String WebProcessPool::platformDefaultApplicationCacheDirectory() const https://build.webkit.org/builders/GTK%20Linux%2064-bit%20Release%20%28Build%29/builds/58800/steps/compile-webkit/logs/stdio
EFL buildfix landed in https://trac.webkit.org/changeset/184694
And the GTK fix landed in https://trac.webkit.org/changeset/184696 , thanks for the fixes Gyuyoung.