Chromium Code Reviews| Index: src/flag-definitions.h |
| =================================================================== |
| --- src/flag-definitions.h (revision 3179) |
| +++ src/flag-definitions.h (working copy) |
| @@ -196,6 +196,7 @@ |
| // mksnapshot.cc |
| DEFINE_bool(h, false, "print this message") |
| +DEFINE_bool(new_snapshot, true, "use new snapshot implementation") |
| // parser.cc |
| DEFINE_bool(allow_natives_syntax, false, "allow natives syntax") |