Chromium Code Reviews| Index: src/flag-definitions.h |
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
| index 2758f31bf7951fd9d343951da7e54cf59e1d9b1a..9fdd017facc712ab7702b5290fb6297252156913 100644 |
| --- a/src/flag-definitions.h |
| +++ b/src/flag-definitions.h |
| @@ -185,9 +185,7 @@ DEFINE_BOOL(harmony, false, "enable all completed harmony features") |
| DEFINE_BOOL(harmony_shipping, true, "enable all shipped harmony features") |
| DEFINE_IMPLICATION(es_staging, harmony) |
| -DEFINE_BOOL(legacy_const, true, "legacy semantics for const in sloppy mode") |
| -// ES2015 const semantics are staged |
| -DEFINE_NEG_IMPLICATION(harmony, legacy_const) |
|
adamk
2016/01/11 18:59:03
I think you want to have DEFINE_NEG_IMPLICATION(ha
Dan Ehrenberg
2016/01/11 21:55:29
Fixed
|
| +DEFINE_BOOL(legacy_const, false, "legacy semantics for const in sloppy mode") |
| DEFINE_BOOL(promise_extra, true, "additional V8 Promise functions") |
| // Removing extra Promise functions is staged |