[Webkit-unassigned] [Bug 122808] New: didNotifySubtreeInsertions shouldn't be on Node since it's only implemented by HTMLFrameElementBase

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 14 20:35:55 PDT 2013


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

           Summary: didNotifySubtreeInsertions shouldn't be on Node since
                    it's only implemented by HTMLFrameElementBase
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: andersca at apple.com, koivisto at iki.fi,
                    benjamin at webkit.org, akling at apple.com


The only class that implements didNotifySubtreeInsertions is Node and HTMLFrameElementBase.
We shouldn't even have this function on Node.

Simply check whether a given node is a HTMLFrameElementBase or not when we're constructing m_postInsertionNotificationTargets.

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