NEW 37673
check-webkit-style shouldn't complain about including WebKitDLL.h before class's header in WebKit/win
https://bugs.webkit.org/show_bug.cgi?id=37673
Summary check-webkit-style shouldn't complain about including WebKitDLL.h before clas...
Adam Roben (:aroben)
Reported 2010-04-15 14:18:25 PDT
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.
Attachments
Note You need to log in before you can comment on or make changes to this bug.