| 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 09b1b48e628785deb37d5578df963a93c27eba48..86f9abcc5412d39411646bf94f678c60be04a5d6 100644
|
| --- a/test/mjsunit/debug-liveedit-patch-positions-replace.js
|
| +++ b/test/mjsunit/debug-liveedit-patch-positions-replace.js
|
| @@ -36,7 +36,7 @@
|
| // change they are 114 characters away from each other. New instance of Code is
|
| // required when those numbers cross the border value of 64 (in any direction).
|
|
|
| -Debug = debug.Debug
|
| +Debug = debug.Debug;
|
|
|
| eval(
|
| "function BeingReplaced(changer, opt_x, opt_y) {\n" +
|
|
|