Bug 81278

Summary: [WinCairo] Correct <wtf/*.h> include paths
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: WebKit Misc.Assignee: Brent Fulgham <bfulgham>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Update to correct include paths. eric: review+

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.