Bug 130130 - Fix the !ENABLE(SQL_DATABASE) build
Summary: Fix the !ENABLE(SQL_DATABASE) build
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-12 08:13 PDT by Laszlo Vidacs
Modified: 2014-03-13 09:40 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.19 KB, patch)
2014-03-12 08:31 PDT, Laszlo Vidacs
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Laszlo Vidacs 2014-03-12 08:13:20 PDT
Build failed when SQL_DATABASE is not enabled, r165468

Build command:
Tools/Scripts/build-webkit --efl --no-sql-database

Error message:
Source/WebKit2/UIProcess/API/C/WKDatabaseManager.cpp:34:9: error: 'GenericAPICallback' does not name a type
Comment 1 Laszlo Vidacs 2014-03-12 08:31:22 PDT
Created attachment 226507 [details]
Patch
Comment 2 Csaba Osztrogonác 2014-03-13 09:39:03 PDT
Comment on attachment 226507 [details]
Patch

r=me.
Comment 3 Csaba Osztrogonác 2014-03-13 09:40:25 PDT
Comment on attachment 226507 [details]
Patch

Clearing flags on attachment: 226507

Committed r165539: <http://trac.webkit.org/changeset/165539>
Comment 4 Csaba Osztrogonác 2014-03-13 09:40:31 PDT
All reviewed patches have been landed.  Closing bug.