Bug 16865 - fast/layers/resize-layer-deletion-crash.html crashes under GuardMalloc
Summary: fast/layers/resize-layer-deletion-crash.html crashes under GuardMalloc
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: LayoutTestFailure
Depends on:
Blocks:
 
Reported: 2008-01-13 14:36 PST by mitz
Modified: 2008-01-13 20:41 PST (History)
0 users

See Also:


Attachments
Move layer destruction into RenderObject::destroy() (2.02 KB, patch)
2008-01-13 15:43 PST, mitz
darin: 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-01-13 14:36:39 PST
fast/layers/resize-layer-deletion-crash.html crashes in ~RenderLayer under GuardMalloc when checking if the document is being destroyed.
Comment 1 mitz 2008-01-13 15:43:40 PST
Created attachment 18426 [details]
Move layer destruction into RenderObject::destroy()
Comment 2 Darin Adler 2008-01-13 19:53:50 PST
Comment on attachment 18426 [details]
Move layer destruction into RenderObject::destroy()

Looks fine. r=me
Comment 3 mitz 2008-01-13 20:41:51 PST
Fixed in <http://trac.webkit.org/projects/webkit/changeset/29457>.