Bug 21851 - REGRESSION (r36513): Crash when removing a widget with percent height
Summary: REGRESSION (r36513): Crash when removing a widget with percent height
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P1 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2008-10-23 22:48 PDT by mitz
Modified: 2008-10-24 12:12 PDT (History)
0 users

See Also:


Attachments
Keep RenderWidget::destroy() in sync with RenderBox::destroy() after r36513 (29.88 KB, patch)
2008-10-23 22:54 PDT, mitz
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2008-10-23 22:48:04 PDT
The attached test case crashes TOT. Patch forthcoming.
Comment 1 mitz 2008-10-23 22:48:21 PDT
<rdar://problem/6304151>
Comment 2 mitz 2008-10-23 22:54:20 PDT
Created attachment 24635 [details]
Keep RenderWidget::destroy() in sync with RenderBox::destroy() after r36513
Comment 3 mitz 2008-10-24 12:12:05 PDT
Fixed in <http://trac.webkit.org/changeset/37849>.