[webkit-reviews] review granted: [Bug 133664] [iOS] Clear UIProcess visual state after WebProcess crash : [Attachment 232898] address comments

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 11 14:25:10 PDT 2014


Benjamin Poulain <benjamin at webkit.org> has granted Martin Hock
<mhock at apple.com>'s request for review:
Bug 133664: [iOS] Clear UIProcess visual state after WebProcess crash
https://bugs.webkit.org/show_bug.cgi?id=133664

Attachment 232898: address comments
https://bugs.webkit.org/attachment.cgi?id=232898&action=review

------- Additional Comments from Benjamin Poulain <benjamin at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=232898&action=review


> Source/WebKit2/UIProcess/ios/WKContentView.mm:387
> +    [_webView _didRelaunchProcess];

You should do this from the iOS's PageClient instead. No need to push
ContentView->WebView here.


More information about the webkit-reviews mailing list