| Index: content/plugin/plugin_thread.cc
|
| diff --git a/content/plugin/plugin_thread.cc b/content/plugin/plugin_thread.cc
|
| index 1d14c2291231aa961ee260814829291e4316f72f..ec25e052ea4edc93b17e5b22aa08934d52e92f0f 100644
|
| --- a/content/plugin/plugin_thread.cc
|
| +++ b/content/plugin/plugin_thread.cc
|
| @@ -74,7 +74,7 @@ PluginThread::PluginThread()
|
| PatchNPNFunctions();
|
|
|
| // Preload the library to avoid loading, unloading then reloading
|
| - preloaded_plugin_module_ = base::LoadNativeLibrary(plugin_path_);
|
| + preloaded_plugin_module_ = base::LoadNativeLibrary(plugin_path_, NULL);
|
|
|
| scoped_refptr<webkit::npapi::PluginLib> plugin(
|
| webkit::npapi::PluginLib::CreatePluginLib(plugin_path_));
|
|
|