Index: third_party/WebKit/Source/core/css/CSSValue.h |
diff --git a/third_party/WebKit/Source/core/css/CSSValue.h b/third_party/WebKit/Source/core/css/CSSValue.h |
index 69c3d0ac57366d6745d7c5416d0847d148fc85b9..e5d7588113b10b3b19a61b753c0af83bc8de975b 100644 |
--- a/third_party/WebKit/Source/core/css/CSSValue.h |
+++ b/third_party/WebKit/Source/core/css/CSSValue.h |
@@ -191,7 +191,7 @@ protected: |
SlashSeparator |
}; |
- ClassType classType() const { return static_cast<ClassType>(m_classType); } |
+ ClassType getClassType() const { return static_cast<ClassType>(m_classType); } |
explicit CSSValue(ClassType classType) |
: m_primitiveUnitType(0) |