[Webkit-unassigned] [Bug 180373] Web Inspector: Crashes seen under Inspector::ScriptCallFrame::~ScriptCallFrame
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Dec 21 14:59:23 PST 2018
https://bugs.webkit.org/show_bug.cgi?id=180373
Simon Fraser (smfr) <simon.fraser at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |simon.fraser at apple.com
--- Comment #7 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Comment on attachment 357982
--> https://bugs.webkit.org/attachment.cgi?id=357982
[PATCH] Proposed Fix
View in context: https://bugs.webkit.org/attachment.cgi?id=357982&action=review
> Source/JavaScriptCore/inspector/AsyncStackTrace.cpp:172
> + RefPtr<AsyncStackTrace> protect(lastUnlockedAncestor->m_parent);
> auto* sourceNode = lastUnlockedAncestor->m_parent.get();
Why not just
RefPtr<AsyncStackTrace> sourceNode = lastUnlockedAncestor->m_parent; ?
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181221/c6b5770e/attachment.html>
More information about the webkit-unassigned
mailing list