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

Unified Diff: content/renderer/pepper/v8object_var.cc

Issue 1113783002: Use Local instead of Handle in src/content/* (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 | « content/renderer/pepper/v8object_var.h ('k') | content/renderer/render_frame_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/pepper/v8object_var.cc
diff --git a/content/renderer/pepper/v8object_var.cc b/content/renderer/pepper/v8object_var.cc
index faf8bef8e7a492d034afa289b5b259bac846cab2..a95c529cd49496fd5c67cac2a301a349dd26fb0e 100644
--- a/content/renderer/pepper/v8object_var.cc
+++ b/content/renderer/pepper/v8object_var.cc
@@ -15,7 +15,7 @@ namespace ppapi {
// V8ObjectVar -----------------------------------------------------------------
V8ObjectVar::V8ObjectVar(PP_Instance instance,
- v8::Handle<v8::Object> v8_object)
+ v8::Local<v8::Object> v8_object)
: instance_(content::HostGlobals::Get()->GetInstance(instance)) {
v8_object_.Reset(instance_->GetIsolate(), v8_object);
content::HostGlobals::Get()->host_var_tracker()->AddV8ObjectVar(this);
« no previous file with comments | « content/renderer/pepper/v8object_var.h ('k') | content/renderer/render_frame_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698