[Webkit-unassigned] [Bug 176894] [WinCairo] Add WTF files for wincairo webkit
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Oct 6 06:59:47 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=176894
--- Comment #6 from Yousuke Kimoto <Yousuke.Kimoto at sony.com> ---
(In reply to Build Bot from comment #5)
> Attachment 323012 [details] did not pass style-queue:
>
>
> ERROR: Source/WTF/wtf/win/WorkItemWin.cpp:28: Found other header before a
> header this file implements. Should be: config.h, primary header, blank
> line, and then alphabetically sorted. [build/include_order] [4]
> ERROR: Source/WTF/wtf/win/WorkItemWin.cpp:29: Alphabetical sorting problem.
> [build/include_order] [4]
> Total errors found: 2 in 6 files
It is to avoid a redeclaration error by referring WorkItemWin.h where exists in the forwarding header directory and the WTF directory. The method just mimics "Source/WTF/wtf/CrossThreadCopier.cpp".
If this workaround is acceptable, I'd like to file a bug that these errors are false positives.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171006/d533be45/attachment.html>
More information about the webkit-unassigned
mailing list