Chromium Code Reviews| Index: src/flag-definitions.h |
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
| index 8bedd690606f69c0c494027027ba8e9c11cfc99e..ba049b144264271da96b2ae25fcd9b117a5c3bbe 100644 |
| --- a/src/flag-definitions.h |
| +++ b/src/flag-definitions.h |
| @@ -245,6 +245,7 @@ HARMONY_SHIPPING(FLAG_SHIPPING_FEATURES) |
| // Feature dependencies. |
| DEFINE_IMPLICATION(harmony_sloppy_let, harmony_sloppy) |
| +DEFINE_IMPLICATION(harmony_sloppy_function, harmony_sloppy) |
| // Flags for experimental implementation features. |