Changeset 133318 in webkit
- Timestamp:
- Nov 2, 2012, 11:27:22 AM (12 years ago)
- Location:
- trunk/Source/WebKit2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit2/ChangeLog
r133317 r133318 1 2012-11-02 Christophe Dumez <christophe.dumez@intel.com> 2 3 [WK2][EFL] Crash when calling WebOpenPanelResultListenerProxy::cancel() after PageClient is destroyed 4 https://bugs.webkit.org/show_bug.cgi?id=100977 5 6 Reviewed by Alexey Proskuryakov. 7 8 Call WebPageProxy::close() in EwkViewImpl's destructor to avoid crashes 9 if other objects keep a reference to the WebPageProxy and try to use 10 it after the view (and therefore the PageClient) is destroyed. 11 12 * UIProcess/API/efl/EwkViewImpl.cpp: 13 (EwkViewImpl::~EwkViewImpl): 14 1 15 2012-11-02 Martin Robinson <mrobinson@igalia.com> 2 16 -
trunk/Source/WebKit2/UIProcess/API/efl/EwkViewImpl.cpp
r133161 r133318 159 159 EwkViewImpl::~EwkViewImpl() 160 160 { 161 m_pageProxy->close(); 162 161 163 // Unregister icon change callback. 162 164 Ewk_Favicon_Database* iconDatabase = m_context->faviconDatabase();
Note:
See TracChangeset
for help on using the changeset viewer.