Bug 138870 - [WinCairo] Compile error when CSS_SELECTORS_LEVEL4 is not enabled.
Summary: [WinCairo] Compile error when CSS_SELECTORS_LEVEL4 is not enabled.
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-11-19 07:09 PST by peavo
Modified: 2014-11-19 16:21 PST (History)
5 users (show)

See Also:


Attachments
Patch (1.35 KB, patch)
2014-11-19 07:16 PST, 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-11-19 07:09:28 PST
WebCore/css/CSSSelector.cpp has some compile errors when CSS_SELECTORS_LEVEL4 is not enabled.
Comment 1 peavo 2014-11-19 07:16:52 PST
Created attachment 241858 [details]
Patch
Comment 2 Alex Christensen 2014-11-19 08:44:50 PST
It looks like this was forgotten in https://bugs.webkit.org/show_bug.cgi?id=138822
Comment 3 WebKit Commit Bot 2014-11-19 09:23:05 PST
Comment on attachment 241858 [details]
Patch

Clearing flags on attachment: 241858

Committed r176319: <http://trac.webkit.org/changeset/176319>
Comment 4 WebKit Commit Bot 2014-11-19 09:23:09 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 peavo 2014-11-19 11:02:05 PST
(In reply to comment #2)
> It looks like this was forgotten in
> https://bugs.webkit.org/show_bug.cgi?id=138822

Thanks for the review :)
Comment 6 Benjamin Poulain 2014-11-19 16:21:07 PST
Arg, sorry.

Thanks for fixing!