Bug 130130

Summary: Fix the !ENABLE(SQL_DATABASE) build
Product: WebKit Reporter: Laszlo Vidacs <lvidacs.u-szeged>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: lvidacs.u-szeged, ossy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.