Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(309)

Unified Diff: Source/core/animation/ElementAnimationTest.cpp

Issue 124103003: Track v8 API changes. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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");
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698