Bug 138421

Summary: [WinCairo] Compile error, missing guard.
Product: WebKit Reporter: peavo
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: alex.christensen, benjamin, bfulgham, commit-queue, diorahman
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 138170    
Bug Blocks:    
Attachments:
Description Flags
Patch none

Description peavo 2014-11-05 06:46:10 PST
There is missing a guard for CSS_SELECTORS_LEVEL4 in CSSParserValues.cpp.
Comment 1 peavo 2014-11-05 06:50:02 PST
Created attachment 241026 [details]
Patch
Comment 2 Brent Fulgham 2014-11-05 08:52:55 PST
Comment on attachment 241026 [details]
Patch

r=me. Thank you for fixing this!
Comment 3 Brent Fulgham 2014-11-05 08:54:28 PST
This bug was introduced in <http://trac.webkit.org/changeset/175446>.
Comment 4 WebKit Commit Bot 2014-11-05 09:35:12 PST
Comment on attachment 241026 [details]
Patch

Clearing flags on attachment: 241026

Committed r175621: <http://trac.webkit.org/changeset/175621>
Comment 5 WebKit Commit Bot 2014-11-05 09:35:15 PST
All reviewed patches have been landed.  Closing bug.
Comment 6 peavo 2014-11-05 11:00:24 PST
(In reply to comment #2)
> Comment on attachment 241026 [details]
> Patch
> 
> r=me. Thank you for fixing this!

Thanks for reviewing :)
Comment 7 Dhi Aurrahman 2014-11-05 15:04:37 PST
Thank you for fixing this. My bad.