[Webkit-unassigned] [Bug 115770] New: Remove unused method and de-virtualize others in Element.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 7 19:34:47 PDT 2013


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

           Summary: Remove unused method and de-virtualize others in
                    Element.h
           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


Merge https://chromium.googlesource.com/chromium/blink/+/c2c2ff9cb69f46f5cc9d289b2bfbdb8ab5bd3e49

The de-virtualization possibilities were noted whilst "FINALizing" the Node
hierarchy. If a method is successfully marked FINAL but then fails when marked
OVERRIDE as well, the method by definition does not need to be virtual.

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