Index: extensions/renderer/module_system_test.h |
diff --git a/extensions/renderer/module_system_test.h b/extensions/renderer/module_system_test.h |
index 1b75696300572313567d750b0aea29c09de38ac2..75f7d9c0b591a1930089519a83db83941a59f962 100644 |
--- a/extensions/renderer/module_system_test.h |
+++ b/extensions/renderer/module_system_test.h |
@@ -38,7 +38,7 @@ class ModuleSystemTestEnvironment { |
const std::string& file_name); |
// Create an empty object in the global scope with name |name|. |
- v8::Handle<v8::Object> CreateGlobal(const std::string& name); |
+ v8::Local<v8::Object> CreateGlobal(const std::string& name); |
void ShutdownGin(); |