Index: third_party/WebKit/Source/core/css/CSSPathValue.cpp |
diff --git a/third_party/WebKit/Source/core/css/CSSPathValue.cpp b/third_party/WebKit/Source/core/css/CSSPathValue.cpp |
index 123f712f40c4d449e82b8cb2e43d4338dafc5d2d..552e7968710835d8c48e04f5acb48e91b44f74df 100644 |
--- a/third_party/WebKit/Source/core/css/CSSPathValue.cpp |
+++ b/third_party/WebKit/Source/core/css/CSSPathValue.cpp |
@@ -52,7 +52,7 @@ CSSPathValue* CSSPathValue::emptyPathValue() |
return empty.get(); |
} |
-StylePath* CSSPathValue::cachedPath() |
+StylePath* CSSPathValue::cachedPath() const |
{ |
if (!m_cachedPath) |
m_cachedPath = StylePath::create(m_pathByteStream); |