| Index: test/mjsunit/debug-liveedit-patch-positions-replace.js
|
| diff --git a/test/mjsunit/debug-liveedit-patch-positions-replace.js b/test/mjsunit/debug-liveedit-patch-positions-replace.js
|
| index c3afdb2df20626be56825ead04e8cfb74680aaa1..09b1b48e628785deb37d5578df963a93c27eba48 100644
|
| --- a/test/mjsunit/debug-liveedit-patch-positions-replace.js
|
| +++ b/test/mjsunit/debug-liveedit-patch-positions-replace.js
|
| @@ -59,7 +59,7 @@ var new_body_patch = "{return 'Capybara';" +
|
|
|
| var change_log = new Array();
|
| function Changer() {
|
| - Debug.LiveEdit.ApplyPatch(script, patch_pos, orig_body.length, new_body_patch, change_log);
|
| + Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_body.length, new_body_patch, change_log);
|
| print("Change log: " + JSON.stringify(change_log) + "\n");
|
| }
|
|
|
|
|