Bug 61147 - Hang UI appears when WebProcess isn't running
Summary: Hang UI appears when WebProcess isn't running
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-19 14:55 PDT by Anders Carlsson
Modified: 2011-05-19 15:10 PDT (History)
0 users

See Also:


Attachments
Patch (5.50 KB, patch)
2011-05-19 15:02 PDT, Anders Carlsson
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>