<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Web Inspector: console messages should include async stack trace if available"
href="https://bugs.webkit.org/show_bug.cgi?id=164848#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Web Inspector: console messages should include async stack trace if available"
href="https://bugs.webkit.org/show_bug.cgi?id=164848">bug 164848</a>
from <span class="vcard"><a class="email" href="mailto:mattbaker@apple.com" title="Matt Baker <mattbaker@apple.com>"> <span class="fn">Matt Baker</span></a>
</span></b>
<pre>or rather:
let stackTracePayload = stackTrace.callFrames ? stackTrace : {callFrames: stackTrace};
WebInspector.StackTrace.fromPayload(target, stackTracePayload);</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>