[webkit-reviews] review granted: [Bug 62982] Web Inspector: It would be useful to be able to pause on element's style change. : [Attachment 97792] [patch] initial version

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 20 06:56:45 PDT 2011


Yury Semikhatsky <yurys at chromium.org> has granted Ilya Tikhonovsky
<loislo at chromium.org>'s request for review:
Bug 62982: Web Inspector: It would be useful to be able to pause on element's
style change.
https://bugs.webkit.org/show_bug.cgi?id=62982

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

------- Additional Comments from Yury Semikhatsky <yurys at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=97792&action=review

> Source/WebCore/inspector/InspectorDOMDebuggerAgent.cpp:146
> +    InspectorDebuggerAgent* debuggerAgent = m_debuggerAgent;

It seems that m_debuggerAgent is never 0. If so please remove this check here
and in other places in this file.


More information about the webkit-reviews mailing list