Bug 130666

Summary: ENABLE(VIDEO_TRACK) guard for CSSParserSelector::parsePseudoCueFunctionSelector
Product: WebKit Reporter: Martin Hodovan <mhodovan.u-szeged>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, commit-queue, esprehn+autocc, glenn, gyuyoung.kim, kling, macpherson, menard
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Proposed patch none

Description Martin Hodovan 2014-03-24 07:00:44 PDT
The implementation of CSSParserSelector::parsePseudoCueFunctionSelector() was moved 
from Source/WebCore/css/CSSGrammar.y.in to Source/WebCore/css/CSSParserValues.cpp by
http://trac.webkit.org/changeset/166094 . This function should be guarded with
ENABLE(VIDEO_TRACK) as it was guarded originally.
Comment 1 Martin Hodovan 2014-03-24 07:12:00 PDT
Created attachment 227641 [details]
Proposed patch
Comment 2 Andreas Kling 2014-03-24 07:59:11 PDT
Comment on attachment 227641 [details]
Proposed patch

Okelidoki! r=me
Comment 3 WebKit Commit Bot 2014-03-24 08:27:40 PDT
Comment on attachment 227641 [details]
Proposed patch

Clearing flags on attachment: 227641

Committed r166167: <http://trac.webkit.org/changeset/166167>
Comment 4 WebKit Commit Bot 2014-03-24 08:27:45 PDT
All reviewed patches have been landed.  Closing bug.