| Index: src/liveedit-debugger.js
|
| diff --git a/src/liveedit-debugger.js b/src/liveedit-debugger.js
|
| index c8c6f082c03297d28ca895c8b70cd73345db1197..be97989bf3038e6b2043a903aaf909587f4dc606 100644
|
| --- a/src/liveedit-debugger.js
|
| +++ b/src/liveedit-debugger.js
|
| @@ -800,9 +800,10 @@ Debug.LiveEdit = new function() {
|
| this.end_position = raw_array[2];
|
| this.param_num = raw_array[3];
|
| this.code = raw_array[4];
|
| - this.scope_info = raw_array[5];
|
| - this.outer_index = raw_array[6];
|
| - this.shared_function_info = raw_array[7];
|
| + this.code_scope_info = raw_array[5];
|
| + this.scope_info = raw_array[6];
|
| + this.outer_index = raw_array[7];
|
| + this.shared_function_info = raw_array[8];
|
| this.next_sibling_index = null;
|
| this.raw_array = raw_array;
|
| }
|
|
|