Bug 67502

Summary: check-webkit-style wrongly flag a semi-colon as a style issue
Product: WebKit Reporter: Julien Chaffraix <jchaffraix>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: dbates, eric, levin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

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
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.