| Index: net/http/http_auth_gssapi_posix.cc
|
| diff --git a/net/http/http_auth_gssapi_posix.cc b/net/http/http_auth_gssapi_posix.cc
|
| index d4581b92171fae9ed15573cdf761d4795a1aaa7b..32ee2b88f906bdb7f6e3d778fc6d3b3b0263396f 100644
|
| --- a/net/http/http_auth_gssapi_posix.cc
|
| +++ b/net/http/http_auth_gssapi_posix.cc
|
| @@ -452,7 +452,7 @@ base::NativeLibrary GSSAPISharedLibrary::LoadSharedLibrary() {
|
| // TODO(asanka): Move library loading to a separate thread.
|
| // http://crbug.com/66702
|
| base::ThreadRestrictions::ScopedAllowIO allow_io_temporarily;
|
| - base::NativeLibrary lib = base::LoadNativeLibrary(file_path);
|
| + base::NativeLibrary lib = base::LoadNativeLibrary(file_path, NULL);
|
| if (lib) {
|
| // Only return this library if we can bind the functions we need.
|
| if (BindMethods(lib))
|
|
|