| Summary: | check-webkit-style should complain about abstract virtual method marked =0 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | BJ Burg <bburg> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW --- | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
It should be = 0, with space. For example: virtual bool isReplaying() const = 0; preferable to virtual bool isReplaying() const =0;