Bug 109512 - setMinimumLayoutWidth should bail if there's no WebProcess
Summary: setMinimumLayoutWidth should bail if there's no WebProcess
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tim Horton
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-02-11 16:15 PST by Tim Horton
Modified: 2013-02-11 16:23 PST (History)
2 users (show)

See Also:


Attachments
patch (1.27 KB, patch)
2013-02-11 16:16 PST, Tim Horton
andersca: review+
Details | Formatted Diff | Diff

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