Index: content/renderer/pepper/plugin_object.h |
diff --git a/content/renderer/pepper/plugin_object.h b/content/renderer/pepper/plugin_object.h |
index 85c86aaf39812b82344472aab30c1a3d05b97c82..d5502d8ee7644f1dcfeece2babcc73685bf0ae76 100644 |
--- a/content/renderer/pepper/plugin_object.h |
+++ b/content/renderer/pepper/plugin_object.h |
@@ -38,7 +38,7 @@ class PluginObject : public gin::Wrappable<PluginObject>, |
// Returns the PluginObject which is contained in the given v8 object, or NULL |
// if the object isn't backed by a PluginObject. |
static PluginObject* FromV8Object(v8::Isolate* isolate, |
- v8::Handle<v8::Object> v8_object); |
+ v8::Local<v8::Object> v8_object); |
// Allocates a new PluginObject and returns it as a PP_Var with a |
// refcount of 1. |