Bug 19015
| Summary: | GTK build fails when database support is disabled | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Richard Hult <richard> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Mac | ||
| OS: | OS X 10.5 | ||
Richard Hult
The GTK+ build fails with the following error:
WebKit/gtk/WebCoreSupport/ChromeClientGtk.cpp:33:29: error: DatabaseTracker.h: No such file or directory
WebKit/gtk/WebCoreSupport/ChromeClientGtk.cpp: In member function ‘virtual void WebKit::ChromeClient::exceededDatabaseQuota(WebCore::Frame*, const WebCore::String&)’:
WebKit/gtk/WebCoreSupport/ChromeClientGtk.cpp:318: error: ‘DatabaseTracker’ has not been declared
when building with --disable-video --with-http-backend=curl --disable-dom-storage --disable-database --disable-icon-database --disable-svg --with-target=quartz --with-font-backend=pango --disable-offline-web-applications
(The main point being that all the database related features are disabled.)
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
nousername
Duplicate of bug 18825:
https://bugs.webkit.org/show_bug.cgi?id=18825
Richard Hult
Ah, I missed that one, thanks.
*** This bug has been marked as a duplicate of 18825 ***