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

Unified Diff: content/renderer/pepper/pepper_webplugin_impl.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/pepper_try_catch.cc ('k') | content/renderer/pepper/plugin_object.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/pepper/pepper_webplugin_impl.cc
diff --git a/content/renderer/pepper/pepper_webplugin_impl.cc b/content/renderer/pepper/pepper_webplugin_impl.cc
index 5e23fb07cbe52e22d32c1b9815053c38c46eea7e..0caa190b0461432f89bd11635f5dde6646099123 100644
--- a/content/renderer/pepper/pepper_webplugin_impl.cc
+++ b/content/renderer/pepper/pepper_webplugin_impl.cc
@@ -156,7 +156,7 @@ v8::Local<v8::Object> PepperWebPluginImpl::v8ScriptableObject(
message_channel->SetPassthroughObject(object_var->GetHandle());
}
- v8::Handle<v8::Object> result = instance_->GetMessageChannelObject();
+ v8::Local<v8::Object> result = instance_->GetMessageChannelObject();
return result;
}
« no previous file with comments | « content/renderer/pepper/pepper_try_catch.cc ('k') | content/renderer/pepper/plugin_object.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698