| Index: Source/core/animation/TimingInputTest.cpp
|
| diff --git a/Source/core/animation/TimingInputTest.cpp b/Source/core/animation/TimingInputTest.cpp
|
| index a2c21a6d505b8e09facf08b6864bb0dddaf28cba..b03d58d7c032f02583cd8795076c1f8f4fe5dbf4 100644
|
| --- a/Source/core/animation/TimingInputTest.cpp
|
| +++ b/Source/core/animation/TimingInputTest.cpp
|
| @@ -17,7 +17,7 @@ class AnimationTimingInputTest : public ::testing::Test {
|
| protected:
|
| AnimationTimingInputTest()
|
| : m_isolate(v8::Isolate::GetCurrent())
|
| - , m_scope(V8ExecutionScope::create(m_isolate))
|
| + , m_scope(V8TestingScope::create(m_isolate))
|
| {
|
| }
|
|
|
| @@ -40,7 +40,7 @@ protected:
|
| v8::Isolate* m_isolate;
|
|
|
| private:
|
| - OwnPtr<V8ExecutionScope> m_scope;
|
| + OwnPtr<V8TestingScope> m_scope;
|
| };
|
|
|
| TEST_F(AnimationTimingInputTest, TimingInputStartDelay)
|
|
|