| Index: third_party/WebKit/Source/core/animation/KeyframeEffectTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/KeyframeEffectTest.cpp b/third_party/WebKit/Source/core/animation/KeyframeEffectTest.cpp
|
| index 00f2c285efb5956c335491dc6a8e525d5d9f22c7..a3b1370397517e68fc3d81380e6c734f8cb393bb 100644
|
| --- a/third_party/WebKit/Source/core/animation/KeyframeEffectTest.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/KeyframeEffectTest.cpp
|
| @@ -224,7 +224,7 @@ TEST_F(AnimationKeyframeEffectV8Test, SpecifiedSetters)
|
| EXPECT_EQ("reverse", specified->direction());
|
|
|
| EXPECT_EQ("linear", specified->easing());
|
| - specified->setEasing("step-start", exceptionState);
|
| + specified->setEasing(&document(), "step-start", exceptionState);
|
| ASSERT_FALSE(exceptionState.hadException());
|
| EXPECT_EQ("step-start", specified->easing());
|
| }
|
|
|