Remove duplicated CSSValueNone checks
commit25150c4684d063fa9fa05ba4e27a1364eca24750
authorrob.buis@samsung.com <rob.buis@samsung.com>
Wed, 25 Mar 2015 12:32:43 +0000 (25 12:32 +0000)
committerrob.buis@samsung.com <rob.buis@samsung.com>
Wed, 25 Mar 2015 12:32:43 +0000 (25 12:32 +0000)
treed11d15fd2df4f288f2acfe7df6d650dc2b95e9fd
parent762c6ac8fd42aa6da829c18b109d2f6e2fdc3d0a
Remove duplicated CSSValueNone checks

In these cases instead of duplicated code to create the None identifier, use
the validPrimitive machinery instead.

BUG=404023

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

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