| Index: chrome/nacl/nacl_main_platform_delegate_win.cc
|
| diff --git a/chrome/nacl/nacl_main_platform_delegate_win.cc b/chrome/nacl/nacl_main_platform_delegate_win.cc
|
| index cfe38ff679355ac3bdeae8c4bce1927955246194..02feff0b55511d6389fab232ce2242a714a26fa3 100644
|
| --- a/chrome/nacl/nacl_main_platform_delegate_win.cc
|
| +++ b/chrome/nacl/nacl_main_platform_delegate_win.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -51,7 +51,7 @@ void NaClMainPlatformDelegate::InitSandboxTests(bool no_sandbox) {
|
| test_dll_name = test_dll_name.ReplaceExtension(L"dll");
|
| #endif
|
| DVLOG(1) << "Loading test lib " << test_dll_name.value() << "\n";
|
| - sandbox_test_module_ = base::LoadNativeLibrary(test_dll_name);
|
| + sandbox_test_module_ = base::LoadNativeLibrary(test_dll_name, NULL);
|
| CHECK(sandbox_test_module_);
|
| VLOG(1) << "Testing NaCl sandbox\n";
|
| }
|
|
|