[webkit-reviews] review granted: [Bug 84613] Insert source file and line number for v8 function calls into tracing : [Attachment 142369] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 16 17:45:06 PDT 2012


Kentaro Hara <haraken at chromium.org> has granted Adrienne Walker
<enne at google.com>'s request for review:
Bug 84613: Insert source file and line number for v8 function calls into
tracing
https://bugs.webkit.org/show_bug.cgi?id=84613

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

------- Additional Comments from Kentaro Hara <haraken at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=142369&action=review


Looks OK

> Source/WebCore/bindings/v8/V8Proxy.cpp:412
> +    builder.append(String::String::number(lineNumber));

String::String::number() => String::number()


More information about the webkit-reviews mailing list