Bug 99911 - check-webkit-style errorneously declares "operator size_t()" incorrect
Summary: check-webkit-style errorneously declares "operator size_t()" incorrect
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-20 01:11 PDT by Mark Lam
Modified: 2012-10-20 01:11 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2012-10-20 01:11:18 PDT
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.