Bug 128132

Summary: check-webkit-style should complain about abstract virtual method marked =0
Product: WebKit Reporter: Blaze Burg <bburg>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Blaze Burg
Reported 2014-02-03 15:41:53 PST
It should be = 0, with space. For example: virtual bool isReplaying() const = 0; preferable to virtual bool isReplaying() const =0;
Attachments
Note You need to log in before you can comment on or make changes to this bug.