| Index: src/compiler/machine-operator-reducer.h | 
| diff --git a/src/compiler/machine-operator-reducer.h b/src/compiler/machine-operator-reducer.h | 
| index d099aa4585c7a529b410bb086b1e6fdf941416d1..509f5db62ac4af5a8dbc10e1843cb40c477c5a0f 100644 | 
| --- a/src/compiler/machine-operator-reducer.h | 
| +++ b/src/compiler/machine-operator-reducer.h | 
| @@ -42,6 +42,8 @@ class MachineOperatorReducer FINAL : public Reducer { | 
| return Replace(Int64Constant(value)); | 
| } | 
|  | 
| +  Reduction ReduceProjection(size_t index, Node* node); | 
| + | 
| Graph* graph() const; | 
| JSGraph* jsgraph() const { return jsgraph_; } | 
| CommonOperatorBuilder* common() const; | 
|  |