| Summary: | WKWebsiteDataStore API doesn't report webkit.org as using Databases or App Cache after visiting http://www.webkit.org/demos/sticky-notes/ | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Anders Carlsson <andersca> | ||||
| Component: | New Bugs | Assignee: | Anders Carlsson <andersca> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | clopez, gyuyoung.kim, ossy, thorton | ||||
| Priority: | P2 | ||||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Attachments: |
|
||||||
|
Description
Anders Carlsson
2015-05-20 18:21:43 PDT
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. |