Bug 81278 - [WinCairo] Correct <wtf/*.h> include paths
Summary: [WinCairo] Correct <wtf/*.h> include paths
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-15 15:34 PDT by Brent Fulgham
Modified: 2012-03-15 18:01 PDT (History)
0 users

See Also:


Attachments
Update to correct include paths. (2.14 KB, patch)
2012-03-15 15:37 PDT, Brent Fulgham
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2012-03-15 15:34:33 PDT
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.
Comment 1 Brent Fulgham 2012-03-15 15:37:05 PDT
Created attachment 132135 [details]
Update to correct include paths.
Comment 2 Eric Seidel (no email) 2012-03-15 15:38:49 PDT
Comment on attachment 132135 [details]
Update to correct include paths.

LGTM.
Comment 3 Brent Fulgham 2012-03-15 18:01:34 PDT
Landed in r110910.