[Webkit-unassigned] [Bug 37673] New: check-webkit-style shouldn't complain about including WebKitDLL.h before class's header in WebKit/win

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 15 14:18:25 PDT 2010


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

           Summary: check-webkit-style shouldn't complain about including
                    WebKitDLL.h before class's header in WebKit/win
           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: aroben at apple.com
                CC: cjerdonek at webkit.org


In WebKit/win, .cpp files start with these three includes:

#include "config.h"
#include "WebKitDLL.h"
#include "ThisClasssHeader.h"

check-webkit-style complains about the WebKitDLL.h include. See bug 37354
comment 3 for an example.

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