Remove font-variant CSSValueList conversion code
commitb0940adf4ee308967038217904040d2ac807cfea
authorrob.buis@samsung.com <rob.buis@samsung.com>
Tue, 21 Apr 2015 02:56:41 +0000 (21 02:56 +0000)
committerrob.buis@samsung.com <rob.buis@samsung.com>
Tue, 21 Apr 2015 02:56:41 +0000 (21 02:56 +0000)
treee35166d8527f892f624d678b83e3d2b238f31e29
parent6909e0652f238c1b8a39b7ee2be3cbd78559ef18
Remove font-variant CSSValueList conversion code

There does not seem to be any reason to convert the single
CSSPrimitiveValue into a CSSValueList. This may have made
sense when these types were still exposed to the bindings.

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

git-svn-id: svn://svn.chromium.org/blink/trunk@194074 bbb929c8-8fbe-4397-9dbb-9b2b20218538
third_party/WebKit/Source/core/css/CSSProperty.cpp
third_party/WebKit/Source/core/css/CSSProperty.h
third_party/WebKit/Source/core/css/parser/BisonCSSParser-in.cpp
third_party/WebKit/Source/core/css/parser/CSSParserImpl.cpp