Make CSSValueID's into an enum instead of a collection of integers.
authormacpherson@chromium.org <macpherson@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 9 Apr 2012 23:58:56 +0000 (23:58 +0000)
committermacpherson@chromium.org <macpherson@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 9 Apr 2012 23:58:56 +0000 (23:58 +0000)
commite9593169886b54772051317da188caf4a143aabb
tree35d52a15f0fee6e4e8526780522339dc64d0a0c4
parente1c195ff06d02c890496040a59ae588f44576088
Make CSSValueID's into an enum instead of a collection of integers.
https://bugs.webkit.org/show_bug.cgi?id=83246

Reviewed by Simon Fraser.

This patch simply converts the list of integers into an enum.
Follow-up patches will then convert existing code that uses integers to use the new enum.

No new tests / no functionality changed.

* css/makevalues.pl:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@113643 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Source/WebCore/ChangeLog
Source/WebCore/css/makevalues.pl