[webkit-reviews] review granted: [Bug 17547] JavaScriptCore print() differs from Spidermonkey Behavior : [Attachment 21562] Proposed patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 7 12:27:22 PDT 2008


Sam Weinig <sam at webkit.org> has granted Cameron Zwarich (cpst)
<cwzwarich at uwaterloo.ca>'s request for review:
Bug 17547: JavaScriptCore print() differs from Spidermonkey Behavior
http://bugs.webkit.org/show_bug.cgi?id=17547

Attachment 21562: Proposed patch
http://bugs.webkit.org/attachment.cgi?id=21562&action=edit

------- Additional Comments from Sam Weinig <sam at webkit.org>
+    if (args.size())

I would rather you use !args.isEmpty() here.

r=me


More information about the webkit-reviews mailing list