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+

Brent Fulgham
Reported 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.
Attachments
Patch (4.36 KB, patch)
2017-04-18 14:28 PDT, Brent Fulgham
achristensen: review+
Radar WebKit Bug Importer
Comment 1 2017-04-18 14:13:52 PDT
Brent Fulgham
Comment 2 2017-04-18 14:28:48 PDT
Brent Fulgham
Comment 3 2017-04-18 16:34:19 PDT
Note You need to log in before you can comment on or make changes to this bug.