Index: content/common/pepper_plugin_registry.cc |
=================================================================== |
--- content/common/pepper_plugin_registry.cc (revision 213482) |
+++ content/common/pepper_plugin_registry.cc (working copy) |
@@ -209,7 +209,7 @@ |
continue; // Out of process plugins need no special pre-initialization. |
scoped_refptr<webkit::ppapi::PluginModule> module = |
- new webkit::ppapi::PluginModule(current.name, current.path, this, |
+ new webkit::ppapi::PluginModule(current.name, current.path, |
ppapi::PpapiPermissions(current.permissions)); |
AddLiveModule(current.path, module.get()); |
if (current.is_internal) { |