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

Unified Diff: chrome/renderer/extensions/module_system.h

Issue 98543004: Remove usage of deprecated V8 APIs from c/r/extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 7 years 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 | « chrome/renderer/extensions/messaging_bindings.cc ('k') | chrome/renderer/extensions/module_system.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/extensions/module_system.h
diff --git a/chrome/renderer/extensions/module_system.h b/chrome/renderer/extensions/module_system.h
index 3e1b85be5b416881b135fb2c630e8ce7b0afa669..5ac3f2742dc26a741abbf7324c8bec8d09e5c823 100644
--- a/chrome/renderer/extensions/module_system.h
+++ b/chrome/renderer/extensions/module_system.h
@@ -165,7 +165,7 @@ class ModuleSystem : public ObjectBackedNativeHandler {
v8::Handle<v8::String> name);
void RequireForJs(const v8::FunctionCallbackInfo<v8::Value>& args);
- v8::Handle<v8::Value> RequireForJsInner(v8::Handle<v8::String> module_name);
+ v8::Local<v8::Value> RequireForJsInner(v8::Handle<v8::String> module_name);
typedef v8::Handle<v8::Value> (ModuleSystem::*RequireFunction)(
const std::string&);
« no previous file with comments | « chrome/renderer/extensions/messaging_bindings.cc ('k') | chrome/renderer/extensions/module_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698