[webkit-reviews] review denied: [Bug 87656] Web Inspector: Add trace() method to the WorkerConsole : [Attachment 144580] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue May 29 23:08:47 PDT 2012
Yury Semikhatsky <yurys at chromium.org> has denied Alexei Filippov
<alexeif at chromium.org>'s request for review:
Bug 87656: Web Inspector: Add trace() method to the WorkerConsole
https://bugs.webkit.org/show_bug.cgi?id=87656
Attachment 144580: Patch
https://bugs.webkit.org/attachment.cgi?id=144580&action=review
------- Additional Comments from Yury Semikhatsky <yurys at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=144580&action=review
Could you please reply to my previous comment to make it clear if JSC supports
Error.captureStackTrace
> Source/WebCore/inspector/front-end/HeapSnapshotWorker.js:75
> + for (var func = arguments.callee; func; func = func.caller)
Why not new Error().stack?
More information about the webkit-reviews
mailing list