| Index: src/runtime.h
|
| diff --git a/src/runtime.h b/src/runtime.h
|
| index 5ecae7e9409bf6a7670c8dd9bc34f915eb6424cd..73c3a3135c8c7e625f6bf4f1c82869226b7de3ea 100644
|
| --- a/src/runtime.h
|
| +++ b/src/runtime.h
|
| @@ -361,7 +361,7 @@ namespace internal {
|
| F(LiveEditReplaceRefToNestedFunction, 3, 1) \
|
| F(LiveEditPatchFunctionPositions, 2, 1) \
|
| F(LiveEditCheckAndDropActivations, 2, 1) \
|
| - F(LiveEditCompareStringsLinewise, 2, 1) \
|
| + F(LiveEditCompareStrings, 2, 1) \
|
| F(GetFunctionCodePositionFromSource, 2, 1) \
|
| F(ExecuteInDebugContext, 2, 1)
|
| #else
|
|
|