Bug 130666 - ENABLE(VIDEO_TRACK) guard for CSSParserSelector::parsePseudoCueFunctionSelector
Summary: ENABLE(VIDEO_TRACK) guard for CSSParserSelector::parsePseudoCueFunctionSelector
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-24 07:00 PDT by Martin Hodovan
Modified: 2014-03-24 08:27 PDT (History)
8 users (show)

See Also:


Attachments
Proposed patch (2.02 KB, patch)
2014-03-24 07:12 PDT, Martin Hodovan
no flags Details | Formatted Diff | Diff

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