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

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

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/v8_var_converter_unittest.cc ('k') | content/renderer/pepper/v8object_var.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/pepper/v8object_var.h
diff --git a/content/renderer/pepper/v8object_var.h b/content/renderer/pepper/v8object_var.h
index 0480fbe824555faee3c1257fd4468b1b86cd0e0b..4a4feb1f2310e7acaa5ccb1a983a6977d6bfe74e 100644
--- a/content/renderer/pepper/v8object_var.h
+++ b/content/renderer/pepper/v8object_var.h
@@ -30,7 +30,7 @@ namespace ppapi {
// plugins that may be running at the same time.
class CONTENT_EXPORT V8ObjectVar : public Var {
public:
- V8ObjectVar(PP_Instance instance, v8::Handle<v8::Object> v8_object);
+ V8ObjectVar(PP_Instance instance, v8::Local<v8::Object> v8_object);
// Var overrides.
V8ObjectVar* AsV8ObjectVar() override;
« no previous file with comments | « content/renderer/pepper/v8_var_converter_unittest.cc ('k') | content/renderer/pepper/v8object_var.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698