Bug 198067 - Crash in WebFrame::jsContext() when m_coreFrame is null
Summary: Crash in WebFrame::jsContext() when m_coreFrame is null
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-05-20 20:41 PDT by Ryosuke Niwa
Modified: 2019-05-22 15:32 PDT (History)
3 users (show)

See Also:


Attachments
Adds null check (1.49 KB, patch)
2019-05-22 14:02 PDT, Ryosuke Niwa
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2019-05-20 20:41:12 PDT
via WKBundleFrameGetJavaScriptContextForWorld

<rdar://problem/48981573>
Comment 1 Ryosuke Niwa 2019-05-22 14:02:38 PDT
Created attachment 370443 [details]
Adds null check
Comment 2 Ryosuke Niwa 2019-05-22 15:32:07 PDT
Comment on attachment 370443 [details]
Adds null check

Clearing flags on attachment: 370443

Committed r245653: <https://trac.webkit.org/changeset/245653>
Comment 3 Ryosuke Niwa 2019-05-22 15:32:09 PDT
All reviewed patches have been landed.  Closing bug.