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

Unified Diff: Source/core/animation/AnimationTestHelper.h

Issue 1111273007: Replace Handle with Local in core/animation/* (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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 | Source/core/animation/AnimationTestHelper.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/AnimationTestHelper.h
diff --git a/Source/core/animation/AnimationTestHelper.h b/Source/core/animation/AnimationTestHelper.h
index 602a514880f0a4e3475a79d1d81fac20bc5fb198..f705b7086e27effda3b420a7ba3ce94244a24a4c 100644
--- a/Source/core/animation/AnimationTestHelper.h
+++ b/Source/core/animation/AnimationTestHelper.h
@@ -10,13 +10,13 @@
namespace blink {
-v8::Handle<v8::Value> stringToV8Value(String);
+v8::Local<v8::Value> stringToV8Value(String);
-v8::Handle<v8::Value> doubleToV8Value(double);
+v8::Local<v8::Value> doubleToV8Value(double);
-void setV8ObjectPropertyAsString(v8::Handle<v8::Object>, String, String);
+void setV8ObjectPropertyAsString(v8::Local<v8::Object>, String, String);
-void setV8ObjectPropertyAsNumber(v8::Handle<v8::Object>, String, double);
+void setV8ObjectPropertyAsNumber(v8::Local<v8::Object>, String, double);
} // namespace blink
« no previous file with comments | « no previous file | Source/core/animation/AnimationTestHelper.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698