Bug 215833 - [JSC] FTL should use m_origin instead of m_node->origin since m_node can be nullptr
Summary: [JSC] FTL should use m_origin instead of m_node->origin since m_node can be n...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-08-25 19:01 PDT by Yusuke Suzuki
Modified: 2020-08-25 22:29 PDT (History)
7 users (show)

See Also:


Attachments
Patch (81.38 KB, patch)
2020-08-25 19:02 PDT, Yusuke Suzuki
no flags Details | Formatted Diff | Diff
Patch (81.38 KB, patch)
2020-08-25 19:04 PDT, Yusuke Suzuki
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2020-08-25 19:01:40 PDT
[JSC] FTL should use m_origin instead of m_node->origin since m_node can be nullptr
Comment 1 Yusuke Suzuki 2020-08-25 19:02:55 PDT
Created attachment 407259 [details]
Patch
Comment 2 Yusuke Suzuki 2020-08-25 19:04:16 PDT
Created attachment 407260 [details]
Patch
Comment 3 Mark Lam 2020-08-25 19:39:35 PDT
Comment on attachment 407260 [details]
Patch

r=me
Comment 4 EWS 2020-08-25 22:17:58 PDT
Committed r266159: <https://trac.webkit.org/changeset/266159>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 407260 [details].
Comment 5 Yusuke Suzuki 2020-08-25 22:29:16 PDT
<rdar://problem/67723445>