Index: gin/test/file_runner.cc |
diff --git a/gin/test/file_runner.cc b/gin/test/file_runner.cc |
index 723ab98dc405a5789de258681edfe424505d4230..8ed0f2125d83775f61159638eebf04822336c530 100644 |
--- a/gin/test/file_runner.cc |
+++ b/gin/test/file_runner.cc |
@@ -79,7 +79,7 @@ void RunTestFromFile(const base::FilePath& path, FileRunnerDelegate* delegate, |
message_loop.Run(); |
} |
- v8::Handle<v8::Value> result = runner.global()->Get( |
+ v8::Local<v8::Value> result = runner.global()->Get( |
StringToSymbol(runner.GetContextHolder()->isolate(), "result")); |
EXPECT_EQ("PASS", V8ToString(result)); |
} |