Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index 2fa7438619cb7b12d3dfbee69b6bd359d65eff2a..200b16033f76b4e9cc0a8b4b9b59c6b1132ed2ab 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) \ |
\ |