| Index: sandbox/win/src/Wow64.h
|
| diff --git a/sandbox/win/src/Wow64.h b/sandbox/win/src/Wow64.h
|
| index df23c097270df406b677305963393b812a0902d3..5858ed8a713c89c219140538c3656928b85f79ef 100644
|
| --- a/sandbox/win/src/Wow64.h
|
| +++ b/sandbox/win/src/Wow64.h
|
| @@ -19,8 +19,7 @@ class TargetProcess;
|
| // subsystem on 64 bit OSes, from the point of view of interceptions.
|
| class Wow64 {
|
| public:
|
| - Wow64(TargetProcess* child, HMODULE ntdll)
|
| - : child_(child), ntdll_(ntdll), dll_load_(NULL), continue_load_(NULL) {}
|
| + Wow64(TargetProcess* child, HMODULE ntdll);
|
| ~Wow64();
|
|
|
| // Waits for the 32 bit DLL to get loaded on the child process. This function
|
|
|