Index: test/mjsunit/debug-liveedit-1.js |
diff --git a/test/mjsunit/debug-liveedit-1.js b/test/mjsunit/debug-liveedit-1.js |
index 9c966a2fec2f3d463723a405bbe33a0945e18d71..10257d0249efd1c583ac4e37797a4c9a8de269eb 100644 |
--- a/test/mjsunit/debug-liveedit-1.js |
+++ b/test/mjsunit/debug-liveedit-1.js |
@@ -43,6 +43,6 @@ var patch_pos = script.source.indexOf(orig_animal); |
var new_animal_patch = "Cap' + 'y' + 'bara"; |
var change_log = new Array(); |
-Debug.LiveEditChangeScript(script, patch_pos, orig_animal.length, new_animal_patch, change_log); |
+Debug.LiveEdit.ApplyPatch(script, patch_pos, orig_animal.length, new_animal_patch, change_log); |
assertEquals("Capybara", ChooseAnimal()); |