| Index: Source/core/css/CSSPrimitiveValue.cpp
|
| diff --git a/Source/core/css/CSSPrimitiveValue.cpp b/Source/core/css/CSSPrimitiveValue.cpp
|
| index 13db75eba85c249d59a5a4e575c96cc1484b51b4..cb0d0531e24e360cf78cde2372f5ed87e83c3925 100644
|
| --- a/Source/core/css/CSSPrimitiveValue.cpp
|
| +++ b/Source/core/css/CSSPrimitiveValue.cpp
|
| @@ -1031,7 +1031,7 @@ String CSSPrimitiveValue::customCssText() const
|
| text = formatNumber(m_value.num, "vmax");
|
| break;
|
| case CSS_VARIABLE_NAME:
|
| - text = "-webkit-var(" + String(m_value.string) + ")";
|
| + text = "var(" + String(m_value.string) + ")";
|
| break;
|
| }
|
|
|
|
|