diff options
Diffstat (limited to 'Source/WebCore/css/makeprop.pl')
| -rw-r--r-- | Source/WebCore/css/makeprop.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/WebCore/css/makeprop.pl b/Source/WebCore/css/makeprop.pl index 9bc0290d3..a5bfb0649 100644 --- a/Source/WebCore/css/makeprop.pl +++ b/Source/WebCore/css/makeprop.pl @@ -164,6 +164,9 @@ namespace WebCore { enum CSSPropertyID { CSSPropertyInvalid = 0, +#if ENABLE(CSS_VARIABLES) + CSSPropertyVariable = 1, +#endif EOF my $first = 1001; |
