Bug 159769

Summary: Fix the DatabaseProcess build with disabled IDB
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: New BugsAssignee: Csaba Osztrogonác <ossy>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Csaba Osztrogonác 2016-07-14 09:06:45 PDT
build-webkit --minimal disables IDB, but doesn't DatabaseProcess.
However now IDB is the only one user of the DatabaseProcess, but
we should keep the two if guard based on previous discussion.


../../Source/WebKit2/WebProcess/Databases/WebToDatabaseProcessConnection.cpp: In member function 'virtual void WebKit::WebToDatabaseProcessConnection::didClose(IPC::Connection&)':
../../Source/WebKit2/WebProcess/Databases/WebToDatabaseProcessConnection.cpp:67:29: error: 'm_webIDBConnectionsByIdentifier' was not declared in this scope
../../Source/WebKit2/WebProcess/Databases/WebToDatabaseProcessConnection.cpp:70:5: error: 'm_webIDBConnectionsByIdentifier' was not declared in this scope
../../Source/WebKit2/WebProcess/Databases/WebToDatabaseProcessConnection.cpp:71:5: error: 'm_webIDBConnectionsBySession' was not declared in this scope
Comment 1 Csaba Osztrogonác 2016-07-14 09:07:46 PDT
Created attachment 283650 [details]
Patch
Comment 2 WebKit Commit Bot 2016-07-14 10:51:34 PDT
Comment on attachment 283650 [details]
Patch

Clearing flags on attachment: 283650

Committed r203227: <http://trac.webkit.org/changeset/203227>
Comment 3 WebKit Commit Bot 2016-07-14 10:51:38 PDT
All reviewed patches have been landed.  Closing bug.