Bug 134030

Summary: [WinCairo] Compile errors when trying to compile CA code.
Product: WebKit Reporter: peavo
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: alex.christensen, bfulgham, commit-queue, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description peavo 2014-06-18 09:30:40 PDT
WinCairo does not USE(CA).
Comment 1 peavo 2014-06-18 09:33:52 PDT
Created attachment 233310 [details]
Patch
Comment 2 Brent Fulgham 2014-06-18 10:04:07 PDT
Comment on attachment 233310 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=233310&action=review

> Source/WebCore/WebCore.vcxproj/WebCore.vcxproj:7233
> +      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'">true</ExcludedFromBuild>

Whoops!  Sorry :-(
Comment 3 peavo 2014-06-18 10:10:08 PDT
(In reply to comment #2)
> (From update of attachment 233310 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=233310&action=review
> 
> > Source/WebCore/WebCore.vcxproj/WebCore.vcxproj:7233
> > +      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'">true</ExcludedFromBuild>
> 
> Whoops!  Sorry :-(

No worries, thanks for looking into this, guys :)
Comment 4 WebKit Commit Bot 2014-06-18 10:21:07 PDT
Comment on attachment 233310 [details]
Patch

Clearing flags on attachment: 233310

Committed r170103: <http://trac.webkit.org/changeset/170103>
Comment 5 WebKit Commit Bot 2014-06-18 10:21:10 PDT
All reviewed patches have been landed.  Closing bug.