Index: Source/core/animation/ElementAnimationTest.cpp |
diff --git a/Source/core/animation/ElementAnimationTest.cpp b/Source/core/animation/ElementAnimationTest.cpp |
index 6f7bb00aae69bf517299d5922466301c4cc609de..1530c38fb700191dc041e05acc26c9f8d0d8b535 100644 |
--- a/Source/core/animation/ElementAnimationTest.cpp |
+++ b/Source/core/animation/ElementAnimationTest.cpp |
@@ -91,8 +91,8 @@ TEST_F(AnimationElementAnimationTest, CanStartAnAnimation) |
v8::Context::Scope contextScope(context); |
Vector<Dictionary> jsKeyframes; |
- v8::Handle<v8::Object> keyframe1 = v8::Object::New(); |
- v8::Handle<v8::Object> keyframe2 = v8::Object::New(); |
+ v8::Handle<v8::Object> keyframe1 = v8::Object::New(isolate); |
+ v8::Handle<v8::Object> keyframe2 = v8::Object::New(isolate); |
setV8ObjectProperty(keyframe1, "width", "100px"); |
setV8ObjectProperty(keyframe1, "offset", "0"); |