| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 008e3607fe5f68327cbb0790c3c99d5b2143407f..07f60e77020e0fb56db75d4a1778e3146b1c8160 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -795,8 +795,6 @@
|
| DEFINE_BOOL(trace_ic, false, "trace inline cache state transitions")
|
| DEFINE_BOOL_READONLY(tf_load_ic_stub, true, "use TF LoadIC stub")
|
| DEFINE_BOOL(tf_store_ic_stub, true, "use TF StoreIC stub")
|
| -DEFINE_BOOL(store_ic_smi_handlers, true, "use data based StoreIC handlers")
|
| -DEFINE_IMPLICATION(store_ic_smi_handlers, tf_store_ic_stub)
|
|
|
| // macro-assembler-ia32.cc
|
| DEFINE_BOOL(native_code_counters, false,
|
|
|