| Index: third_party/WebKit/Source/core/animation/AnimationInputHelpersTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/AnimationInputHelpersTest.cpp b/third_party/WebKit/Source/core/animation/AnimationInputHelpersTest.cpp
|
| index ef7b9bf7a067c7e6b7f2b27421b9c5825e357a6d..c2fdb4961d7c2574a0ac3adebea79930a3850918 100644
|
| --- a/third_party/WebKit/Source/core/animation/AnimationInputHelpersTest.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/AnimationInputHelpersTest.cpp
|
| @@ -22,7 +22,7 @@ public:
|
|
|
| PassRefPtr<TimingFunction> parseTimingFunction(const String& string, ExceptionState& exceptionState)
|
| {
|
| - return AnimationInputHelpers::parseTimingFunction(string, document, exceptionState);
|
| + return AnimationInputHelpers::parseTimingFunction(string, *document, exceptionState);
|
| }
|
|
|
| void timingFunctionRoundTrips(const String& string, ExceptionState& exceptionState)
|
|
|