| Index: content/ppapi_plugin/ppapi_thread.cc
|
| diff --git a/content/ppapi_plugin/ppapi_thread.cc b/content/ppapi_plugin/ppapi_thread.cc
|
| index 54215a2de7e32561c63e3f44c655c56ba468a4fa..70bf573f02db7ed446afdade3ecb4fd0ce8c32ed 100644
|
| --- a/content/ppapi_plugin/ppapi_thread.cc
|
| +++ b/content/ppapi_plugin/ppapi_thread.cc
|
| @@ -71,7 +71,7 @@ std::set<PP_Instance>* PpapiThread::GetGloballySeenInstanceIDSet() {
|
| }
|
|
|
| void PpapiThread::OnMsgLoadPlugin(const FilePath& path) {
|
| - base::ScopedNativeLibrary library(base::LoadNativeLibrary(path));
|
| + base::ScopedNativeLibrary library(base::LoadNativeLibrary(path, NULL));
|
| if (!library.is_valid())
|
| return;
|
|
|
|
|