Fix a crash and an assertion when recovering from a web process crash
Created attachment 134459 [details] Patch
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?
Committed r112491: <http://trac.webkit.org/changeset/112491>