| Index: src/compiler/js-generic-lowering.cc
|
| diff --git a/src/compiler/js-generic-lowering.cc b/src/compiler/js-generic-lowering.cc
|
| index 84ee3933e22a28ba715417ed7222fdca7aa117bd..e3e4cddd8a3697723d31b376527f2b876153ca56 100644
|
| --- a/src/compiler/js-generic-lowering.cc
|
| +++ b/src/compiler/js-generic-lowering.cc
|
| @@ -537,7 +537,7 @@ void JSGenericLowering::LowerJSCreateCatchContext(Node* node) {
|
|
|
| void JSGenericLowering::LowerJSCallConstruct(Node* node) {
|
| int arity = OpParameter<int>(node);
|
| - CallConstructStub stub(isolate(), NO_CALL_CONSTRUCTOR_FLAGS);
|
| + CallConstructStub stub(isolate(), SUPER_CONSTRUCTOR_CALL);
|
| CallInterfaceDescriptor d = stub.GetCallInterfaceDescriptor();
|
| CallDescriptor::Flags flags = AdjustFrameStatesForCall(node);
|
| CallDescriptor* desc =
|
|
|