Bug 109512

Summary: setMinimumLayoutWidth should bail if there's no WebProcess
Product: WebKit Reporter: Tim Horton <thorton>
Component: WebKit2Assignee: Tim Horton <thorton>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, simon.fraser
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch andersca: review+

Description Tim Horton 2013-02-11 16:15:06 PST
... or we'll crash.

<rdar://problem/13093627>

There are a lot of other cases of this (m_process->send without checking isValid()), we should probably audit them all. But this one affects the real world.
Comment 1 Tim Horton 2013-02-11 16:16:27 PST
Created attachment 187710 [details]
patch
Comment 2 Tim Horton 2013-02-11 16:23:08 PST
http://trac.webkit.org/changeset/142542