Bug 120689

Summary: RenderSVGResource shouldn't trigger relayout during render tree teardown.
Product: WebKit Reporter: Andreas Kling <kling>
Component: SVGAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, d-r, esprehn+autocc, fmalita, glenn, kling, kondapallykalyan, pdr, schenney, zimmermann
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Andreas Kling
Reported 2013-09-04 11:18:28 PDT
<rdar://problem/14908967> Exposed by assertions added in bug 120684.
Attachments
Patch (1.42 KB, patch)
2013-09-04 11:21 PDT, Andreas Kling
no flags
Andreas Kling
Comment 1 2013-09-04 11:21:45 PDT
Antti Koivisto
Comment 2 2013-09-04 11:35:23 PDT
Comment on attachment 210479 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=210479&action=review > Source/WebCore/rendering/svg/RenderSVGResource.cpp:198 > + if (needsLayout && !object->documentBeingDestroyed()) > object->setNeedsLayout(true); Should this test be in setNeedsLayout instead?
Andreas Kling
Comment 3 2013-09-04 11:49:54 PDT
Comment on attachment 210479 [details] Patch Clearing flags on attachment: 210479 Committed r155055: <http://trac.webkit.org/changeset/155055>
Andreas Kling
Comment 4 2013-09-04 11:50:00 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.