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..2e6ed407084c08b2de8db22b891a758b0bcbcb4f 100644 |
--- a/base/win/iat_patch_function.cc |
+++ b/base/win/iat_patch_function.cc |
@@ -219,10 +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() { |
if (NULL != intercept_function_) { |