| Index: src/compiler/linkage.cc
|
| diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc
|
| index ceae37417e1bce133ce76770ee0a0306b0d43f2f..f6c9bc4b3e1576757eaee300e12f6dbedd039d96 100644
|
| --- a/src/compiler/linkage.cc
|
| +++ b/src/compiler/linkage.cc
|
| @@ -175,7 +175,6 @@ int Linkage::FrameStateInputCount(Runtime::FunctionId function) {
|
| return 0;
|
| case Runtime::kInlineArguments:
|
| case Runtime::kInlineArgumentsLength:
|
| - case Runtime::kInlineDefaultConstructorCallSuper:
|
| case Runtime::kInlineGetPrototype:
|
| case Runtime::kInlineRegExpConstructResult:
|
| case Runtime::kInlineRegExpExec:
|
|
|