Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / css / StylePropertySerializer.cpp
index 8257814..171e6a3 100644 (file)
@@ -69,11 +69,6 @@ String StylePropertySerializer::asText() const
         String value;
 
         switch (propertyID) {
-        case CSSPropertyVariable:
-            if (numDecls++)
-                result.append(' ');
-            result.append(property.cssText());
-            continue;
         case CSSPropertyBackgroundPositionX:
             positionXPropertyIndex = n;
             continue;