| Index: chrome_frame/buggy_bho_handling.cc
|
| diff --git a/chrome_frame/buggy_bho_handling.cc b/chrome_frame/buggy_bho_handling.cc
|
| index 9d00528cf29dc26d750baa9737d77a4bb73ade03..fef41f4434ddc806d717a1cd8386354f76d28bf8 100644
|
| --- a/chrome_frame/buggy_bho_handling.cc
|
| +++ b/chrome_frame/buggy_bho_handling.cc
|
| @@ -11,6 +11,7 @@
|
| #include "base/win/scoped_comptr.h"
|
| #include "chrome_frame/exception_barrier.h"
|
| #include "chrome_frame/function_stub.h"
|
| +#include "chrome_frame/pin_module.h"
|
| #include "chrome_frame/utils.h"
|
| #include "chrome_frame/vtable_patch_manager.h"
|
|
|
| @@ -225,7 +226,7 @@ HRESULT BuggyBhoTls::PatchInvokeMethod(PROC* invoke) {
|
| hr = E_UNEXPECTED;
|
| FunctionStub::Destroy(stub);
|
| } else {
|
| - PinModule(); // No backing out now.
|
| + chrome_frame::PinModule(); // No backing out now.
|
| ::FlushInstructionCache(::GetCurrentProcess(), invoke, sizeof(PROC));
|
| }
|
| }
|
|
|