Index: src/compiler/js-intrinsic-lowering.h |
diff --git a/src/compiler/js-intrinsic-lowering.h b/src/compiler/js-intrinsic-lowering.h |
index 4343236c070f4595ed2409e640682127585afd06..86f41c5e4ee0d5c0b68f04bdd9c17c4d8ac47ab6 100644 |
--- a/src/compiler/js-intrinsic-lowering.h |
+++ b/src/compiler/js-intrinsic-lowering.h |
@@ -63,6 +63,7 @@ class JSIntrinsicLowering final : public AdvancedReducer { |
Reduction ReduceToPrimitive(Node* node); |
Reduction ReduceToString(Node* node); |
Reduction ReduceCall(Node* node); |
+ Reduction ReduceNewObject(Node* node); |
Reduction ReduceGetSuperConstructor(Node* node); |
Reduction ReduceGetOrdinaryHasInstance(Node* node); |