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

Unified Diff: extensions/renderer/module_system_test.h

Issue 1115563002: extensions/renderer: Use v8::Local instead of v8::Handle. (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 | « extensions/renderer/module_system.cc ('k') | extensions/renderer/module_system_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « extensions/renderer/module_system.cc ('k') | extensions/renderer/module_system_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698