Index: third_party/WebKit/Source/core/css/CSSQuadValue.cpp |
diff --git a/third_party/WebKit/Source/core/css/CSSQuadValue.cpp b/third_party/WebKit/Source/core/css/CSSQuadValue.cpp |
index 7c21360017f5198c1d5655c79711f6ff3628efbe..8dd35c48b398fd1b434b256c1ccff82a0cb11af7 100644 |
--- a/third_party/WebKit/Source/core/css/CSSQuadValue.cpp |
+++ b/third_party/WebKit/Source/core/css/CSSQuadValue.cpp |
@@ -15,7 +15,7 @@ String CSSQuadValue::customCSSText() const |
String bottom = m_bottom->cssText(); |
String left = m_left->cssText(); |
- if (m_serializationType == SerializationType::SerializeAsRect) |
+ if (m_serializationType == TypeForSerialization::SerializeAsRect) |
return "rect(" + top + ' ' + right + ' ' + bottom + ' ' + left + ')'; |
StringBuilder result; |