| Index: content/plugin/plugin_thread.cc
|
| diff --git a/content/plugin/plugin_thread.cc b/content/plugin/plugin_thread.cc
|
| index 67c7cffa3a5dc22f54965f54b77a86e611544930..63f8a5a6e2097f7e8c73412bb98d5f9f2e0de13b 100644
|
| --- a/content/plugin/plugin_thread.cc
|
| +++ b/content/plugin/plugin_thread.cc
|
| @@ -98,7 +98,7 @@ PluginThread::PluginThread()
|
| ui::SetDefaultX11ErrorHandlers();
|
| #endif
|
|
|
| - PatchNPNFunctions();
|
| + PatchNPNFunctions(plugin_path_);
|
|
|
| // Preload the library to avoid loading, unloading then reloading
|
| preloaded_plugin_module_ = base::LoadNativeLibrary(plugin_path_, NULL);
|
|
|