Bug 61141

Summary: Crash when detaching Web Inspector when parent is in process of closing
Product: WebKit Reporter: Brian Weinstein <bweinstein>
Component: WebKit2Assignee: Brian Weinstein <bweinstein>
Status: RESOLVED FIXED    
Severity: Normal CC: aroben, jeffm
Priority: P2 Keywords: InRadar, PlatformOnly
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
[PATCH] Fix aroben: review+

Description Brian Weinstein 2011-05-19 14:00:20 PDT
There is a crash when detaching the docked Web Inspector when the parent is in the process of closing. We are trying to send a WM_SIZE message when the window is closing.

We should post the message instead.

<rdar://problem/9470027>
Comment 1 Brian Weinstein 2011-05-19 14:01:06 PDT
Created attachment 94110 [details]
[PATCH] Fix
Comment 2 Brian Weinstein 2011-05-19 15:06:36 PDT
Landed in r86893.