[webkit-reviews] review granted: [Bug 30974] Web Inspector: Pretty print array-like objects : [Attachment 64278] [PATCH] Change suggested by John-David Dalton.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 12 15:59:25 PDT 2010


Joseph Pecoraro <joepeck at webkit.org> has granted Pavel Feldman
<pfeldman at chromium.org>'s request for review:
Bug 30974: Web Inspector: Pretty print array-like objects
https://bugs.webkit.org/show_bug.cgi?id=30974

Attachment 64278: [PATCH] Change suggested by John-David Dalton.
https://bugs.webkit.org/attachment.cgi?id=64278&action=review

------- Additional Comments from Joseph Pecoraro <joepeck at webkit.org>
> +++ b/WebCore/inspector/front-end/InjectedScript.js
> +    if (isFinite(obj.length) && typeof obj.callee === "function")  //
arguments.

One space before the comment. ;)

r=me


More information about the webkit-reviews mailing list