WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
67502
check-webkit-style wrongly flag a semi-colon as a style issue
https://bugs.webkit.org/show_bug.cgi?id=67502
Summary
check-webkit-style wrongly flag a semi-colon as a style issue
Julien Chaffraix
Reported
2011-09-02 10:35:27 PDT
The following statement triggers an error with our style checker (taken from
bug 66901
): + bool shouldDisableOffsetCache() const + { + return renderer()->hasColumns() || renderer()->hasTransform() || isComposited() +#if ENABLE(SVG) + || renderer()->isSVGRoot() +#endif + ; + } + I don't think this is a violation of our style guidelines.
Attachments
Add attachment
proposed patch, testcase, etc.
Eric Seidel (no email)
Comment 1
2011-09-02 12:17:39 PDT
agreed
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug