Bug 61147

Summary: Hang UI appears when WebProcess isn't running
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 sam: review+

Description Anders Carlsson 2011-05-19 14:55:13 PDT
Hang UI appears when WebProcess isn't running
Comment 1 Anders Carlsson 2011-05-19 15:02:44 PDT
Created attachment 94125 [details]
Patch
Comment 2 Sam Weinig 2011-05-19 15:07:10 PDT
Comment on attachment 94125 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=94125&action=review

> Source/WebKit2/UIProcess/WebContext.cpp:458
>      m_historyClient.didUpdateHistoryTitle(this, frame->page(), title, url, frame);

This should just use page.
Comment 3 Anders Carlsson 2011-05-19 15:10:33 PDT
Committed r86895: <http://trac.webkit.org/changeset/86895>