[Webkit-unassigned] [Bug 164848] Web Inspector: console messages should include async stack trace if available

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 16 17:50:40 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=164848

--- Comment #1 from Matt Baker <mattbaker at apple.com> ---
or rather:

let stackTracePayload = stackTrace.callFrames ? stackTrace : {callFrames: stackTrace};
WebInspector.StackTrace.fromPayload(target, stackTracePayload);

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161117/ca426107/attachment.html>


More information about the webkit-unassigned mailing list