| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 08aba3e252c9156d34c8355c19a02fc849b802af..f83d5bb10d0f4e90f04b128fd68a8e8839be93c8 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -1192,8 +1192,6 @@ class MaybeObject BASE_EMBEDDED {
|
| "Inlined runtime function: GetFromCache") \
|
| V(kInlinedRuntimeFunctionIsNonNegativeSmi, \
|
| "Inlined runtime function: IsNonNegativeSmi") \
|
| - V(kInlinedRuntimeFunctionIsRegExpEquivalent, \
|
| - "Inlined runtime function: IsRegExpEquivalent") \
|
| V(kInlinedRuntimeFunctionIsStringWrapperSafeForDefaultValueOf, \
|
| "Inlined runtime function: IsStringWrapperSafeForDefaultValueOf") \
|
| V(kInliningBailedOut, "Inlining bailed out") \
|
|
|