[Webkit-unassigned] [Bug 18024] New: [PATCH] Misnamed method preventing the method overriding

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 23 10:39:37 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=18024

           Summary: [PATCH] Misnamed method preventing the method overriding
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: magic at magicninja.org


RenderCounter inherits from RenderObject; while RenderObject declares a
'isCounter' method, RenderCounter declares a 'isRenderCounter' method. One of
these methods should be renamed to have the correct behavior (method overriding
to declare a RenderObject as a RenderCounter).


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



More information about the webkit-unassigned mailing list