| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 7afc7108992966987638707afcea503fc5f88f8c..1575d3453f0a7788808b714701230e6855776fa6 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -606,8 +606,6 @@ DEFINE_IMPLICATION(trace_array_abuse, trace_js_array_abuse)
|
| DEFINE_IMPLICATION(trace_array_abuse, trace_external_array_abuse)
|
|
|
| // debugger
|
| -DEFINE_BOOL(debug_eval_readonly_locals, true,
|
| - "do not update locals after debug-evaluate")
|
| DEFINE_BOOL(trace_debug_json, false, "trace debugging JSON request/response")
|
| DEFINE_BOOL(enable_liveedit, true, "enable liveedit experimental feature")
|
| DEFINE_BOOL(hard_abort, true, "abort by crashing")
|
|
|