RESOLVED FIXED 170910
JSEventListener::m_isolatedWorld should be a Ref
https://bugs.webkit.org/show_bug.cgi?id=170910
Summary JSEventListener::m_isolatedWorld should be a Ref
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.