| Index: src/compiler/linkage.cc
|
| diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc
|
| index c3f6074fa635453b5945947e60246793f981fb26..f103bb5cdb8c3309bc7e0e7d702df04793c74a20 100644
|
| --- a/src/compiler/linkage.cc
|
| +++ b/src/compiler/linkage.cc
|
| @@ -230,6 +230,7 @@ int Linkage::FrameStateInputCount(Runtime::FunctionId function) {
|
| case Runtime::kNewClosure:
|
| case Runtime::kNewClosure_Tenured:
|
| case Runtime::kNewFunctionContext:
|
| + case Runtime::kNewObject:
|
| case Runtime::kPushBlockContext:
|
| case Runtime::kPushCatchContext:
|
| case Runtime::kReThrow:
|
| @@ -244,6 +245,7 @@ int Linkage::FrameStateInputCount(Runtime::FunctionId function) {
|
| case Runtime::kInlineDefaultConstructorCallSuper:
|
| case Runtime::kInlineGetCallerJSFunction:
|
| case Runtime::kInlineGetPrototype:
|
| + case Runtime::kInlineIsConstructCall:
|
| case Runtime::kInlineRegExpExec:
|
| case Runtime::kInlineSubString:
|
| case Runtime::kInlineToInteger:
|
|
|