Index: src/compiler/js-create-lowering.h |
diff --git a/src/compiler/js-create-lowering.h b/src/compiler/js-create-lowering.h |
index 055d1e80c96968c889704f07661a385d99f6962a..d03464d39d66acff70c84d93a5ecd0f485f01883 100644 |
--- a/src/compiler/js-create-lowering.h |
+++ b/src/compiler/js-create-lowering.h |
@@ -57,6 +57,7 @@ class V8_EXPORT_PRIVATE JSCreateLowering final |
Reduction ReduceJSCreateWithContext(Node* node); |
Reduction ReduceJSCreateCatchContext(Node* node); |
Reduction ReduceJSCreateBlockContext(Node* node); |
+ Reduction ReduceJSCreateGeneratorObject(Node* node); |
Reduction ReduceNewArray(Node* node, Node* length, int capacity, |
Handle<AllocationSite> site); |
Reduction ReduceNewArray(Node* node, std::vector<Node*> values, |