[Webkit-unassigned] [Bug 169650] New: Move code out of renderer destructors into willBeDestroyed()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 14 18:06:13 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=169650

            Bug ID: 169650
           Summary: Move code out of renderer destructors into
                    willBeDestroyed()
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: simon.fraser at apple.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

It's wrong for there to be code in the destructors of RenderObjects and subclasses (e.g. RenderElement), because this code runs after rareData() has been destroyed, so may have incorrect behavior.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170315/83cb5678/attachment-0001.html>


More information about the webkit-unassigned mailing list