| Index: src/compiler/linkage.cc
|
| diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc
|
| index 481b44353b6f97ea191ef2b31dc555897faaa4ae..dcfc78a6592a6c6a14d308ab3849036fedf6e855 100644
|
| --- a/src/compiler/linkage.cc
|
| +++ b/src/compiler/linkage.cc
|
| @@ -195,6 +195,7 @@ bool Linkage::NeedsFrameState(Runtime::FunctionId function) {
|
| case Runtime::kStoreLookupSlot:
|
| case Runtime::kStringBuilderConcat:
|
| case Runtime::kStringBuilderJoin:
|
| + case Runtime::kStringMatch:
|
| case Runtime::kStringReplaceGlobalRegExpWithString:
|
| case Runtime::kThrowNonMethodError:
|
| case Runtime::kThrowNotDateError:
|
|
|