Changeset 283386 in webkit
- Timestamp:
- Oct 1, 2021, 11:41:08 AM (5 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
WebProcess/WebPage/WebFrame.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r283383 r283386 1 2021-10-01 Brent Fulgham <bfulgham@apple.com> 2 3 Protect WebFrame during invalidatePolicyListener() 4 https://bugs.webkit.org/show_bug.cgi?id=229981 5 <rdar://problem/82807413> 6 7 Reviewed by Alex Christensen. 8 9 * WebProcess/WebPage/WebFrame.cpp: 10 (WebKit::WebFrame::invalidatePolicyListeners): Protect the WebFrame while 11 policy handlers are run. 12 1 13 2021-10-01 Alex Christensen <achristensen@webkit.org> 2 14 -
trunk/Source/WebKit/WebProcess/WebPage/WebFrame.cpp
r282712 r283386 235 235 void WebFrame::invalidatePolicyListeners() 236 236 { 237 Ref protectedThis { *this }; 238 237 239 m_policyDownloadID = { }; 238 240
Note:
See TracChangeset
for help on using the changeset viewer.