Index: src/compiler/js-intrinsic-lowering.h |
diff --git a/src/compiler/js-intrinsic-lowering.h b/src/compiler/js-intrinsic-lowering.h |
index dad343b533fb7803c90445a9764683ac3aa53dd3..23014660c652a2285ca02e3860b01cd974f761d7 100644 |
--- a/src/compiler/js-intrinsic-lowering.h |
+++ b/src/compiler/js-intrinsic-lowering.h |
@@ -67,6 +67,7 @@ class JSIntrinsicLowering final : public AdvancedReducer { |
Reduction ReduceToString(Node* node); |
Reduction ReduceCall(Node* node); |
Reduction ReduceGetSuperConstructor(Node* node); |
+ Reduction ReduceGetOrdinaryHasInstance(Node* node); |
Reduction Change(Node* node, const Operator* op); |
Reduction Change(Node* node, const Operator* op, Node* a, Node* b); |