Bug 61141 - Crash when detaching Web Inspector when parent is in process of closing
Summary: Crash when detaching Web Inspector when parent is in process of closing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brian Weinstein
URL:
Keywords: InRadar, PlatformOnly
Depends on:
Blocks:
 
Reported: 2011-05-19 14:00 PDT by Brian Weinstein
Modified: 2011-05-19 15:06 PDT (History)
2 users (show)

See Also:


Attachments
[PATCH] Fix (2.06 KB, patch)
2011-05-19 14:01 PDT, Brian Weinstein
aroben: review+
Details | Formatted Diff | Diff

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