Chromium Code Reviews

Unified Diff: base/win/iat_patch_function.cc

Issue 1210013007: clang/win: Fix warnings to prepare for building without -Wno-reorder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@clang-unsequenced
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « base/synchronization/condition_variable_win.cc ('k') | breakpad/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
« no previous file with comments | « base/synchronization/condition_variable_win.cc ('k') | breakpad/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine