Index: src/compiler/js-create-lowering.h |
diff --git a/src/compiler/js-create-lowering.h b/src/compiler/js-create-lowering.h |
index a23ae1c21e7a95a39934b3eea211561a21eb6c66..e225edd80bec90c1b6ab6477df3afa0fa7c92e30 100644 |
--- a/src/compiler/js-create-lowering.h |
+++ b/src/compiler/js-create-lowering.h |
@@ -53,6 +53,7 @@ class V8_EXPORT_PRIVATE JSCreateLowering final |
Reduction ReduceJSCreateIterResultObject(Node* node); |
Reduction ReduceJSCreateLiteral(Node* node); |
Reduction ReduceJSCreateFunctionContext(Node* node); |
+ Reduction ReduceJSCreateEvalContext(Node* node); |
Reduction ReduceJSCreateWithContext(Node* node); |
Reduction ReduceJSCreateCatchContext(Node* node); |
Reduction ReduceJSCreateBlockContext(Node* node); |