Clean up some CSSPropertyID helpers
commit9f63b46ba266bb7efebf55f352e024db4db7a214
authorrob.buis@samsung.com <rob.buis@samsung.com>
Mon, 22 Jun 2015 11:42:05 +0000 (22 11:42 +0000)
committerrob.buis@samsung.com <rob.buis@samsung.com>
Mon, 22 Jun 2015 11:42:05 +0000 (22 11:42 +0000)
tree0e59534f1a4de783afc470f2fb4052592bdeb5de
parentb5a08dc94e2a756d4b5606117b7b94b95a5f6884
Clean up some CSSPropertyID helpers

Move unresolvedCSSPropertyID/cssPropertyID declarations
to CSSPropertyNames generated files, and remove the
CSSParserString overload for unresolvedCSSPropertyID.

BUG=489144

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

git-svn-id: svn://svn.chromium.org/blink/trunk@197568 bbb929c8-8fbe-4397-9dbb-9b2b20218538
third_party/WebKit/Source/build/scripts/make_css_property_names.py
third_party/WebKit/Source/core/css/PropertySetCSSStyleDeclaration.cpp
third_party/WebKit/Source/core/css/parser/CSSParser.h
third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
third_party/WebKit/Source/core/svg/SVGElement.cpp