Index: Source/core/animation/AnimatableLength.cpp |
diff --git a/Source/core/animation/AnimatableLength.cpp b/Source/core/animation/AnimatableLength.cpp |
index 6b038ebaacb8add02438f642397a7daba15398fc..54724c1c583ab744c10b9a4c43e2091918308cff 100644 |
--- a/Source/core/animation/AnimatableLength.cpp |
+++ b/Source/core/animation/AnimatableLength.cpp |
@@ -138,7 +138,7 @@ bool AnimatableLength::equalTo(const AnimatableValue* value) const |
return m_number == length->m_number; |
} |
-PassRefPtr<CSSCalcExpressionNode> AnimatableLength::toCSSCalcExpressionNode() const |
+PassRefPtrWillBeRawPtr<CSSCalcExpressionNode> AnimatableLength::toCSSCalcExpressionNode() const |
{ |
if (isCalc()) |
return m_calcExpression; |