[Webkit-unassigned] [Bug 133354] New: Possible false positive error from check-webkit-style

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 28 13:19:56 PDT 2014


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

           Summary: Possible false positive error from check-webkit-style
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: elima at igalia.com


check-webkit-style spits error: 

`ERROR: Source/WebCore/CMakeLists.txt:30:  There should be exactly one empty line instead of 0 between "inspector" and "loader/appcache". `

on a patch that adds a couple of lines to WebCore_INCLUDE_DIRECTORIES. However  the patch has nothing to do with the error mentioned. The occurrence of "inspector" and "loader/appcache" happens at lines 545 and 547 (not 30), and there is an empty line between them.

See bug 133316 for details.

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