[Webkit-unassigned] [Bug 67502] New: check-webkit-style wrongly flag a semi-colon as a style issue

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 2 10:35:27 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=67502

           Summary: check-webkit-style wrongly flag a semi-colon as a
                    style issue
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jchaffraix at webkit.org
                CC: eric at webkit.org


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list