[Webkit-unassigned] [Bug 112855] New: Node::attach() should ASSERT parentNode()->attached()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 20 16:21:48 PDT 2013


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

           Summary: Node::attach() should ASSERT parentNode()->attached()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: esprehn at chromium.org, dglazkov at chromium.org


Node::attach() should ASSERT parentNode()->attached()

Otherwise we have the risk of creating rendering trees in which children are attached and their parents are not.

My current attempts at writing this patch are incomplete.  I cause a few shadow-dom tests to crash. :(

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list