[Webkit-unassigned] [Bug 77608] New: Remove Node::ensureShadowRoot

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 1 23:21:09 PST 2012


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

           Summary: Remove Node::ensureShadowRoot
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: shinyak at chromium.org


We often use ensureShadowRoot, but most of them are not necessary, because a shadow root is created in Something::create method.
If we can remove it, the code can be much clearer when supporting multiple shadow trees.

-- 
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