[Webkit-unassigned] [Bug 128132] New: check-webkit-style should complain about abstract virtual method marked =0

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 3 15:44:32 PST 2014


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

           Summary: check-webkit-style should complain about abstract
                    virtual method marked =0
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bburg at apple.com


It should be = 0, with space. For example:

    virtual bool isReplaying() const = 0;

preferable to 

    virtual bool isReplaying() const =0;

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