Bug 159769 - Fix the DatabaseProcess build with disabled IDB
Summary: Fix the DatabaseProcess build with disabled IDB
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Csaba Osztrogonác
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-14 09:06 PDT by Csaba Osztrogonác
Modified: 2016-07-14 10:51 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.60 KB, patch)
2016-07-14 09:07 PDT, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.