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