Bug 134030 - [WinCairo] Compile errors when trying to compile CA code.
Summary: [WinCairo] Compile errors when trying to compile CA code.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-18 09:30 PDT by peavo
Modified: 2014-06-18 10:21 PDT (History)
4 users (show)

See Also:


Attachments
Patch (2.72 KB, patch)
2014-06-18 09:33 PDT, peavo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.