Turn isEmpty check in parseSimpleTransform into ASSERT
commitf8951bc5cf13d98863ca0f9f4e3490ea707a1835
authorrob.buis@samsung.com <rob.buis@samsung.com>
Mon, 27 Apr 2015 01:27:21 +0000 (27 01:27 +0000)
committerrob.buis@samsung.com <rob.buis@samsung.com>
Mon, 27 Apr 2015 01:27:21 +0000 (27 01:27 +0000)
treec3589aabf832b70ce0b802ed131e6480df89052e
parent4c6b1ca0b35bbcfeac4da104e714d1973c32074d
Turn isEmpty check in parseSimpleTransform into ASSERT

Like the other parser helper methods, there is no need
to check for isEmpty here, just ASSERT since it should
never happen.

BUG=404023

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

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