Index: src/compiler/simplified-operator-reducer.h |
diff --git a/src/compiler/simplified-operator-reducer.h b/src/compiler/simplified-operator-reducer.h |
index cb3e522c638b501b064366ae5d6c92eeeb582514..35ae34f366852d847ef92101b9774d89efca5021 100644 |
--- a/src/compiler/simplified-operator-reducer.h |
+++ b/src/compiler/simplified-operator-reducer.h |
@@ -38,7 +38,7 @@ class SimplifiedOperatorReducer FINAL : public Reducer { |
Reduction ReplaceNumber(int32_t value); |
Graph* graph() const; |
- Heap* heap() const; |
+ Factory* factory() const; |
JSGraph* jsgraph() const { return jsgraph_; } |
MachineOperatorBuilder* machine() const { return machine_; } |