[webkit-reviews] review granted: [Bug 78102] Web Inspector: Avoid an avalanche of "class" attribute modifications in WatchExpressionsSidebarPane : [Attachment 126054] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 8 04:54:38 PST 2012


Vsevolod Vlasov <vsevik at chromium.org> has granted Alexander Pavlov (apavlov)
<apavlov at chromium.org>'s request for review:
Bug 78102: Web Inspector: Avoid an avalanche of "class" attribute modifications
in WatchExpressionsSidebarPane
https://bugs.webkit.org/show_bug.cgi?id=78102

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

------- Additional Comments from Vsevolod Vlasov <vsevik at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=126054&action=review


> Source/WebCore/inspector/front-end/WatchExpressionsSidebarPane.js:293
> +	       candidateElement.addStyleClass("hovered");

Please check that candidateElement is not null here.


More information about the webkit-reviews mailing list