Bug 99911
Summary: | check-webkit-style errorneously declares "operator size_t()" incorrect | ||
---|---|---|---|
Product: | WebKit | Reporter: | Mark Lam <mark.lam> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Mark Lam
When style checking "operator size_t()", check-webkit-style complained and said "Don't use underscores in your identifier names." It should be ok to allow underscores in cast operator methods because the type name necessitates it.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |