[Webkit-unassigned] [Bug 81278] New: [WinCairo] Correct <wtf/*.h> include paths

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 15 15:34:33 PDT 2012


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

           Summary: [WinCairo] Correct <wtf/*.h> include paths
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bfulgham at webkit.org


Various Cairo source files include 'wtf' components without including the 'wtf' directory structure in the path. This causes problems for the WinCairo build because the standard include paths for the main Apple port do not include the 'wtf' subdirectories.

WebKit policy has been clarified such that the proper include path format should include the 'wtf' directory structure when including these files.

This patch updates a handful of Cairo-related files that did not include 'wtf' in the #include declarations, causing build failures.

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