RESOLVED FIXED130666
ENABLE(VIDEO_TRACK) guard for CSSParserSelector::parsePseudoCueFunctionSelector
https://bugs.webkit.org/show_bug.cgi?id=130666
Summary ENABLE(VIDEO_TRACK) guard for CSSParserSelector::parsePseudoCueFunctionSelector
Martin Hodovan
Reported 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.
Attachments
Proposed patch (2.02 KB, patch)
2014-03-24 07:12 PDT, Martin Hodovan
no flags
Martin Hodovan
Comment 1 2014-03-24 07:12:00 PDT
Created attachment 227641 [details] Proposed patch
Andreas Kling
Comment 2 2014-03-24 07:59:11 PDT
Comment on attachment 227641 [details] Proposed patch Okelidoki! r=me
WebKit Commit Bot
Comment 3 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>
WebKit Commit Bot
Comment 4 2014-03-24 08:27:45 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.