[webkit-reviews] review granted: [Bug 105700] Remove more special cased message receiving code from WebProcess : [Attachment 180632] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 23 18:28:33 PST 2012


mitz at webkit.org <mitz at webkit.org> has granted Sam Weinig <sam at webkit.org>'s
request for review:
Bug 105700: Remove more special cased message receiving code from WebProcess
https://bugs.webkit.org/show_bug.cgi?id=105700

Attachment 180632: Patch
https://bugs.webkit.org/attachment.cgi?id=180632&action=review

------- Additional Comments from mitz at webkit.org <mitz at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=180632&action=review


> Source/WebKit2/WebProcess/WebProcess.h:192
> +    // Database
> +    WebDatabaseManager& databaseManager() { return m_databaseManager; }

Shouldn’t this be guarded by #if ENABLE(SQL_DATABASE)?


More information about the webkit-reviews mailing list