| Index: src/compiler/linkage.cc
|
| diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc
|
| index 7dc4018e2576cbed200b6dd39eb606d4133e71bb..ceae37417e1bce133ce76770ee0a0306b0d43f2f 100644
|
| --- a/src/compiler/linkage.cc
|
| +++ b/src/compiler/linkage.cc
|
| @@ -177,6 +177,7 @@ int Linkage::FrameStateInputCount(Runtime::FunctionId function) {
|
| case Runtime::kInlineArgumentsLength:
|
| case Runtime::kInlineDefaultConstructorCallSuper:
|
| case Runtime::kInlineGetPrototype:
|
| + case Runtime::kInlineRegExpConstructResult:
|
| case Runtime::kInlineRegExpExec:
|
| case Runtime::kInlineSubString:
|
| case Runtime::kInlineToInteger:
|
|
|