[webkit-reviews] review denied: [Bug 57833] Web Inspector: The list of Database entries is empty if the page opens a database just before Web Inspector : [Attachment 89564] [patch] initial version

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 14 05:47:27 PDT 2011


Pavel Feldman <pfeldman at chromium.org> has denied Ilya Tikhonovsky
<loislo at chromium.org>'s request for review:
Bug 57833: Web Inspector: The list of Database entries is empty if the page
opens a database just before Web Inspector
https://bugs.webkit.org/show_bug.cgi?id=57833

Attachment 89564: [patch] initial version
https://bugs.webkit.org/attachment.cgi?id=89564&action=review

------- Additional Comments from Pavel Feldman <pfeldman at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=89564&action=review

> Source/WebCore/inspector/InspectorDatabaseAgent.cpp:265
> +    if (m_enabled)

m_enabled = true ?

> Source/WebCore/inspector/InspectorDatabaseAgent.cpp:275
> +    if (!m_enabled)

m_enabled = false ?


More information about the webkit-reviews mailing list