| Index: base/win/iat_patch_function.cc
|
| diff --git a/base/win/iat_patch_function.cc b/base/win/iat_patch_function.cc
|
| index 13acd65ee4d0644454839ff19459da460825ba05..31659c6c82dc872e3496cd1d85e763d28fc3c329 100644
|
| --- a/base/win/iat_patch_function.cc
|
| +++ b/base/win/iat_patch_function.cc
|
| @@ -219,9 +219,9 @@ DWORD ModifyCode(void* old_code, void* new_code, int length) {
|
|
|
| IATPatchFunction::IATPatchFunction()
|
| : module_handle_(NULL),
|
| + intercept_function_(NULL),
|
| original_function_(NULL),
|
| - iat_thunk_(NULL),
|
| - intercept_function_(NULL) {
|
| + iat_thunk_(NULL) {
|
| }
|
|
|
| IATPatchFunction::~IATPatchFunction() {
|
|
|