[webkit-reviews] review granted: [Bug 67506] Web Inspector: [Extensions API] expose console API : [Attachment 106572] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 7 05:11:44 PDT 2011


Pavel Feldman <pfeldman at chromium.org> has granted Andrey Kosyakov
<caseq at chromium.org>'s request for review:
Bug 67506: Web Inspector: [Extensions API] expose console API
https://bugs.webkit.org/show_bug.cgi?id=67506

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

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


> LayoutTests/http/tests/inspector/resources/extension-main.js:24
>	   else if (typeof propValue === "object")

typeof === "object" && propValue !== null will make undefined and null fall to
under latest else.


More information about the webkit-reviews mailing list