Chromium Code Reviews| Index: src/flag-definitions.h |
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
| index 58fab14e1cb927a724c690b46f34df03e16296ca..81a261947684fb9f7eb1f84ec1b12f8759769dc2 100644 |
| --- a/src/flag-definitions.h |
| +++ b/src/flag-definitions.h |
| @@ -100,7 +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_weakmaps, false, "enable harmony weak maps") |
| +DEFINE_bool(harmony_collections, false, |
| + "enable harmony collections (sets, maps and weak maps)") |
|
rossberg
2011/10/25 13:53:59
Nit: I think you put a comma before the "and" in E
Erik Corry
2011/10/25 19:36:00
Some do, some don't. http://en.wikipedia.org/wiki
|
| DEFINE_bool(harmony, false, "enable all harmony features") |
| // Flags for experimental implementation features. |