| Index: src/liveedit-delay.js
|
| diff --git a/src/liveedit-delay.js b/src/liveedit-delay.js
|
| index ac969563e7a2dd57f2e70871e3098240b435a94c..12479b13c819e7c62b06a6e62bf38441c648d488 100644
|
| --- a/src/liveedit-delay.js
|
| +++ b/src/liveedit-delay.js
|
| @@ -384,7 +384,7 @@ Debug.LiveEditChangeScript.CompareFunctionExpectations =
|
| Debug.LiveEditChangeScript.CheckStackActivations = function(shared_wrapper_list,
|
| change_log) {
|
| var liveedit = Debug.LiveEditChangeScript;
|
| -
|
| +
|
| var shared_list = new Array();
|
| for (var i = 0; i < shared_wrapper_list.length; i++) {
|
| shared_list[i] = shared_wrapper_list[i].info;
|
|
|