Adapt parseFontVariantLigatures to use CSSParserTokenRange
commit03768f72c5aa0f49297280c04c7dd49a781b3fff
authorrob.buis@samsung.com <rob.buis@samsung.com>
Thu, 17 Sep 2015 02:20:52 +0000 (17 02:20 +0000)
committerrob.buis@samsung.com <rob.buis@samsung.com>
Thu, 17 Sep 2015 02:20:52 +0000 (17 02:20 +0000)
treecc912101bed98849146dac4135bc8a04f6035667
parent319a5a443bc01f0ac650c42b4fed09723391debb
Adapt parseFontVariantLigatures to use CSSParserTokenRange

Adapt parseFontVariantLigatures to use CSSParserTokenRange, rename
it to consumeFontVariantLigatures and call it in parseSingleValue.

BUG=499780

Review URL: https://codereview.chromium.org/1345063003

git-svn-id: svn://svn.chromium.org/blink/trunk@202415 bbb929c8-8fbe-4397-9dbb-9b2b20218538
third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
third_party/WebKit/Source/core/css/parser/LegacyCSSPropertyParser.cpp