| Index: src/compiler/machine-operator-reducer.cc | 
| diff --git a/src/compiler/machine-operator-reducer.cc b/src/compiler/machine-operator-reducer.cc | 
| index 68e3f72fae4ca8d4262b848efc3b0c26c85c3977..a873fa2beeec9a0ba1068610c0fe2df8bbbcfa0e 100644 | 
| --- a/src/compiler/machine-operator-reducer.cc | 
| +++ b/src/compiler/machine-operator-reducer.cc | 
| @@ -15,7 +15,7 @@ namespace internal { | 
| namespace compiler { | 
|  | 
| MachineOperatorReducer::MachineOperatorReducer(JSGraph* jsgraph) | 
| -    : jsgraph_(jsgraph), machine_(jsgraph->zone()) {} | 
| +    : jsgraph_(jsgraph) {} | 
|  | 
|  | 
| MachineOperatorReducer::~MachineOperatorReducer() {} | 
|  |