Index: src/debug/liveedit.js |
diff --git a/src/debug/liveedit.js b/src/debug/liveedit.js |
index 36226aafc5fe60ab61f1a0ed2570dfa653927337..e9ee8092a269900dab3a505f8e793579dcbbca6b 100644 |
--- a/src/debug/liveedit.js |
+++ b/src/debug/liveedit.js |
@@ -842,11 +842,9 @@ |
this.start_position = raw_array[1]; |
this.end_position = raw_array[2]; |
this.param_num = raw_array[3]; |
- this.code = raw_array[4]; |
- 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.scope_info = raw_array[4]; |
+ this.outer_index = raw_array[5]; |
+ this.shared_function_info = raw_array[6]; |
this.next_sibling_index = null; |
this.raw_array = raw_array; |
} |