[webkit-reviews] review granted: [Bug 59451] Web Inspector: New Style is not working (UI glitch) : [Attachment 91098] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Apr 26 07:22:18 PDT 2011
Yury Semikhatsky <yurys at chromium.org> has granted Pavel Feldman
<pfeldman at chromium.org>'s request for review:
Bug 59451: Web Inspector: New Style is not working (UI glitch)
https://bugs.webkit.org/show_bug.cgi?id=59451
Attachment 91098: Patch
https://bugs.webkit.org/attachment.cgi?id=91098&action=review
------- Additional Comments from Yury Semikhatsky <yurys at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=91098&action=review
> Source/WebCore/inspector/front-end/CSSStyleModel.js:185
> + var documentElement = node && node.ownerDocumentElement();
is it possible that ownerDocumentElement is undefined? if not prefer early
return
More information about the webkit-reviews
mailing list