| Index: third_party/WebKit/Source/build/scripts/templates/CSSPropertyMetadata.cpp.tmpl
|
| diff --git a/third_party/WebKit/Source/build/scripts/templates/CSSPropertyMetadata.cpp.tmpl b/third_party/WebKit/Source/build/scripts/templates/CSSPropertyMetadata.cpp.tmpl
|
| index a7866727bca4196398aea782fbe058f3d40b9545..a22f9402e86ddb20e7e23d5b9e647dac4558ab11 100644
|
| --- a/third_party/WebKit/Source/build/scripts/templates/CSSPropertyMetadata.cpp.tmpl
|
| +++ b/third_party/WebKit/Source/build/scripts/templates/CSSPropertyMetadata.cpp.tmpl
|
| @@ -48,7 +48,7 @@ bool CSSPropertyMetadata::isEnabledProperty(CSSPropertyID unresolvedProperty)
|
| return enabledProperties->test(property - {{first_enum_value}});
|
|
|
| if (unresolvedProperty == CSSPropertyVariable)
|
| - return RuntimeEnabledFeatures::cssVariablesEnabled();
|
| + return true;
|
| ASSERT(unresolvedProperty == CSSPropertyApplyAtRule);
|
| return RuntimeEnabledFeatures::cssApplyAtRulesEnabled();
|
| }
|
|
|