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
Created attachment 283650 [details] Patch
Comment on attachment 283650 [details] Patch Clearing flags on attachment: 283650 Committed r203227: <http://trac.webkit.org/changeset/203227>
All reviewed patches have been landed. Closing bug.