| Index: src/compiler/change-lowering.h
|
| diff --git a/src/compiler/change-lowering.h b/src/compiler/change-lowering.h
|
| index 6911af5b3bdf670895b233cefcd1fc66b8ddd597..110aab4dad7be329431d7c95966262ae02c1a62e 100644
|
| --- a/src/compiler/change-lowering.h
|
| +++ b/src/compiler/change-lowering.h
|
| @@ -23,7 +23,7 @@ class ChangeLowering FINAL : public Reducer {
|
| : jsgraph_(jsgraph), linkage_(linkage) {}
|
| virtual ~ChangeLowering();
|
|
|
| - virtual Reduction Reduce(Node* node) OVERRIDE;
|
| + Reduction Reduce(Node* node) OVERRIDE;
|
|
|
| private:
|
| Node* HeapNumberValueIndexConstant();
|
|
|