X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fanimation%2FAnimatableLengthTest.cpp;h=fb6fbac6d08b90d91cb1ecb450b8e277a2b7f966;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=7222ca4bd2c6828d799849caa87f92c7cff1eaff;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/animation/AnimatableLengthTest.cpp b/src/third_party/WebKit/Source/core/animation/AnimatableLengthTest.cpp index 7222ca4..fb6fbac 100644 --- a/src/third_party/WebKit/Source/core/animation/AnimatableLengthTest.cpp +++ b/src/third_party/WebKit/Source/core/animation/AnimatableLengthTest.cpp @@ -66,7 +66,7 @@ protected: return AnimatableLength::create(createCalc(valueLeft, typeLeft, valueRight, typeRight).get()); } - PassRefPtr createCalc(double valueLeft, CSSPrimitiveValue::UnitTypes typeLeft, double valueRight, CSSPrimitiveValue::UnitTypes typeRight) + PassRefPtrWillBeRawPtr createCalc(double valueLeft, CSSPrimitiveValue::UnitTypes typeLeft, double valueRight, CSSPrimitiveValue::UnitTypes typeRight) { return CSSCalcValue::create(CSSCalcValue::createExpressionNode( CSSCalcValue::createExpressionNode(CSSPrimitiveValue::create(valueLeft, typeLeft), valueLeft == trunc(valueLeft)),