Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(141)

Unified Diff: src/flag-definitions.h

Issue 2638513002: Enable --harmony-trailing-commas (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/bootstrapper.cc ('k') | src/parsing/parser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index 46475c7422cf1f9f277cf6e74ade1ea2a09f6f10..2970e8605f172cc2250ef0df364c864e488a2211 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -209,9 +209,7 @@ DEFINE_IMPLICATION(es_staging, move_object_start)
V(harmony_regexp_lookbehind, "harmony regexp lookbehind") \
V(harmony_restrictive_generators, \
"harmony restrictions on generator declarations") \
- V(harmony_tailcalls, "harmony tail calls") \
- V(harmony_trailing_commas, \
adamk 2017/01/14 00:57:13 Rather than removing this, you should move it down
- "harmony trailing commas in function parameter lists")
+ V(harmony_tailcalls, "harmony tail calls")
#ifdef V8_I18N_SUPPORT
#define HARMONY_STAGED(V) \
« no previous file with comments | « src/bootstrapper.cc ('k') | src/parsing/parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698