Index: content/common/pepper_plugin_registry.cc |
diff --git a/content/common/pepper_plugin_registry.cc b/content/common/pepper_plugin_registry.cc |
index 457ee8f86143100d8d391a1c47acff218aa4f48a..eb33ddfe49be33f0d11e5cdd1a26eef4d356937d 100644 |
--- a/content/common/pepper_plugin_registry.cc |
+++ b/content/common/pepper_plugin_registry.cc |
@@ -227,8 +227,8 @@ PepperPluginRegistry::PepperPluginRegistry() { |
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, |
- ppapi::PpapiPermissions(current.permissions)); |
+ new webkit::ppapi::PluginModule(current.name, current.version, |
+ current.path, this, ppapi::PpapiPermissions(current.permissions)); |
AddLiveModule(current.path, module); |
if (current.is_internal) { |
if (!module->InitAsInternalPlugin(current.internal_entry_points)) { |