Bug 170910

Summary: JSEventListener::m_isolatedWorld should be a Ref
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: WebCore Misc.Assignee: Brent Fulgham <bfulgham>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, bfulgham, fpizlo, ggaren, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch achristensen: review+

Description Brent Fulgham 2017-04-17 12:27:54 PDT
It doesn't seem like m_isolatedWorld can ever be nullptr. We should switch from RefPtr -> Ref so we can catch any cases where this is set improperly.
Comment 1 Radar WebKit Bug Importer 2017-04-18 14:13:52 PDT
<rdar://problem/31690856>
Comment 2 Brent Fulgham 2017-04-18 14:28:48 PDT
Created attachment 307417 [details]
Patch
Comment 3 Brent Fulgham 2017-04-18 16:34:19 PDT
Committed r215487: <http://trac.webkit.org/changeset/215487>