Bug 82559

Summary: Fix a crash and an assertion when recovering from a web process crash
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mrowe: review+

Anders Carlsson
Reported 2012-03-28 18:07:44 PDT
Fix a crash and an assertion when recovering from a web process crash
Attachments
Patch (1.87 KB, patch)
2012-03-28 18:08 PDT, Anders Carlsson
mrowe: review+
Anders Carlsson
Comment 1 2012-03-28 18:08:49 PDT
Mark Rowe (bdash)
Comment 2 2012-03-28 18:10:13 PDT
Comment on attachment 134459 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=134459&action=review > Source/WebKit2/UIProcess/API/mac/WKView.mm:2932 > + if (_data->_page->drawingArea()) > + _data->_page->drawingArea()->waitForPossibleGeometryUpdate(); Maybe introduce a local to avoid dereferencing / calling _data->_page->drawingArea() twice in a row?
Anders Carlsson
Comment 3 2012-03-28 18:51:03 PDT
Note You need to log in before you can comment on or make changes to this bug.