Chromium Code Reviews| Index: src/flag-definitions.h |
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
| index 58fab14e1cb927a724c690b46f34df03e16296ca..50eb2c9f9fa7863798b5e23356296c1e4c5a3366 100644 |
| --- a/src/flag-definitions.h |
| +++ b/src/flag-definitions.h |
| @@ -100,6 +100,8 @@ private: |
| DEFINE_bool(harmony_typeof, false, "enable harmony semantics for typeof") |
| DEFINE_bool(harmony_scoping, false, "enable harmony block scoping") |
| DEFINE_bool(harmony_proxies, false, "enable harmony proxies") |
| +DEFINE_bool(harmony_collections, false, |
|
rossberg
2011/10/24 15:44:11
I think you can remove the separate hormony_weakma
Michael Starzinger
2011/10/25 11:17:26
Done. In this case it might be useful to move the
|
| + "enable harmony collections (maps and sets)") |
| DEFINE_bool(harmony_weakmaps, false, "enable harmony weak maps") |
| DEFINE_bool(harmony, false, "enable all harmony features") |