Index: test/mjsunit/debug-liveedit-1.js |
diff --git a/test/mjsunit/debug-liveedit-1.js b/test/mjsunit/debug-liveedit-1.js |
index 10257d0249efd1c583ac4e37797a4c9a8de269eb..1ee7ce2a7cb19ee685ffd714db8ddc9b68d4519f 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.LiveEdit.ApplyPatch(script, patch_pos, orig_animal.length, new_animal_patch, change_log); |
+Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_animal.length, new_animal_patch, change_log); |
assertEquals("Capybara", ChooseAnimal()); |