[Webkit-unassigned] [Bug 51914] New: ElementRareData::m_shadowRoot should not be RefPtr.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 4 21:54:27 PST 2011


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

           Summary: ElementRareData::m_shadowRoot should not be RefPtr.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: morrita at google.com
                CC: dglazkov at chromium.org, rolandsteiner at chromium.org,
                    dominicc at google.com
            Blocks: 48698


Currently ElementRareData::m_shadowRoot is RefPtr. 
But I think it should be a raw pointer instead of smart one,
assuming it should be same as  ContainerNode::m_firstChild.

In general, WebKit doesn't use RefPtr for maintaining tree structure.
So we should follow that style to avoid confusion.

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