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

Unified Diff: gin/converter_unittest.cc

Issue 1112923003: Replace Handle<> with Local in remaining gin/* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.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 | « gin/converter.cc ('k') | gin/dictionary.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/converter_unittest.cc
diff --git a/gin/converter_unittest.cc b/gin/converter_unittest.cc
index f8011d684eec09941c788029b4e430d0a75b655e..6ac30873b1c133761f35a81517cd52e66f73050b 100644
--- a/gin/converter_unittest.cc
+++ b/gin/converter_unittest.cc
@@ -79,7 +79,7 @@ TEST_F(ConverterTest, Int32) {
}
struct {
- v8::Handle<v8::Value> input;
+ v8::Local<v8::Value> input;
bool expect_sucess;
int expected_result;
} test_data_from[] = {
« no previous file with comments | « gin/converter.cc ('k') | gin/dictionary.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698