| Index: src/compiler/machine-operator-reducer.h
|
| diff --git a/src/compiler/machine-operator-reducer.h b/src/compiler/machine-operator-reducer.h
|
| index ffd78a24202a634909464ce1c4f7506dddfa1966..11887f52004b0d4a00810fedbbeb1a49b68826d2 100644
|
| --- a/src/compiler/machine-operator-reducer.h
|
| +++ b/src/compiler/machine-operator-reducer.h
|
| @@ -24,7 +24,7 @@ class MachineOperatorReducer FINAL : public Reducer {
|
| explicit MachineOperatorReducer(JSGraph* jsgraph);
|
| ~MachineOperatorReducer();
|
|
|
| - virtual Reduction Reduce(Node* node) OVERRIDE;
|
| + Reduction Reduce(Node* node) OVERRIDE;
|
|
|
| private:
|
| Node* Float32Constant(volatile float value);
|
|
|