| Index: src/compiler/js-generic-lowering.cc
|
| diff --git a/src/compiler/js-generic-lowering.cc b/src/compiler/js-generic-lowering.cc
|
| index 47a82d21850115b3c660f368ae8c68abceb82eb4..3c2be01b2bd1b208ea6a504a493e970eb2671b9a 100644
|
| --- a/src/compiler/js-generic-lowering.cc
|
| +++ b/src/compiler/js-generic-lowering.cc
|
| @@ -52,7 +52,6 @@ Reduction JSGenericLowering::Reduce(Node* node) {
|
| ReplaceWithRuntimeCall(node, fun); \
|
| }
|
| REPLACE_RUNTIME_CALL(JSCreateWithContext, Runtime::kPushWithContext)
|
| -REPLACE_RUNTIME_CALL(JSCreateModuleContext, Runtime::kPushModuleContext)
|
| REPLACE_RUNTIME_CALL(JSConvertReceiver, Runtime::kConvertReceiver)
|
| #undef REPLACE_RUNTIME_CALL
|
|
|
|
|