Changeset 238338 in webkit
- Timestamp:
- Nov 16, 2018, 7:06:38 PM (7 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
UIProcess/WebPageProxy.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r238335 r238338 1 2018-11-16 Joseph Pecoraro <pecoraro@apple.com> 2 3 Unreviewed follow-up to r238330. 4 5 * UIProcess/WebPageProxy.cpp: 6 (WebKit::WebPageProxy::close): 7 Don't clear the pointer after invalidating since the pointer is 8 used later one. We don't mind it being used after invalidation 9 it will do the right thing, we'd rather have the WebInspectorProxy 10 lifetime match the WebPageProxy. 11 1 12 2018-11-16 Chris Dumez <cdumez@apple.com> 2 13 -
trunk/Source/WebKit/UIProcess/WebPageProxy.cpp
r238330 r238338 942 942 943 943 m_inspector->invalidate(); 944 m_inspector = nullptr;945 944 946 945 m_backForwardList->pageClosed();
Note:
See TracChangeset
for help on using the changeset viewer.