Index: third_party/WebKit/Source/core/svg/SVGLength.cpp |
diff --git a/third_party/WebKit/Source/core/svg/SVGLength.cpp b/third_party/WebKit/Source/core/svg/SVGLength.cpp |
index 0a2b699aca7f04b97bf6ae767f3f2483113f373c..91b9d283c38c2fbb1dba07cb7b8f6289d2926165 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGLength.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGLength.cpp |
@@ -67,7 +67,7 @@ bool SVGLength::operator==(const SVGLength& other) const { |
float SVGLength::value(const SVGLengthContext& context) const { |
if (isCalculated()) |
- return context.resolveValue(*asCSSPrimitiveValue(), unitMode()); |
+ return context.resolveValue(asCSSPrimitiveValue(), unitMode()); |
return context.convertValueToUserUnits(m_value->getFloatValue(), unitMode(), |
m_value->typeWithCalcResolved()); |