| Index: src/compiler/linkage.cc
|
| diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc
|
| index 1fe62f2ccffe595f0809db771a1644244cd47dc2..1c392eb893c5b7feb271cd871ae0b898a4a97542 100644
|
| --- a/src/compiler/linkage.cc
|
| +++ b/src/compiler/linkage.cc
|
| @@ -188,12 +188,8 @@ bool Linkage::NeedsFrameStateInput(Runtime::FunctionId function) {
|
| case Runtime::kInlineThrowNotDateError:
|
| case Runtime::kInlineToInteger:
|
| case Runtime::kInlineToLength:
|
| - case Runtime::kInlineToName:
|
| case Runtime::kInlineToNumber:
|
| case Runtime::kInlineToObject:
|
| - case Runtime::kInlineToPrimitive:
|
| - case Runtime::kInlineToPrimitive_Number:
|
| - case Runtime::kInlineToPrimitive_String:
|
| case Runtime::kInlineToString:
|
| return true;
|
| default:
|
|
|