| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 82ae10411869f5b1e2941cebabcad4a94ec0ccf8..4273a18449415f6db3feb88863bf28d3781aaa2f 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -207,7 +207,8 @@ DEFINE_IMPLICATION(es_staging, harmony)
|
| "treat __defineGetter__ and related functions as strict") \
|
| V(harmony_restrict_constructor_return, \
|
| "harmony disallow non undefined primitive return value from class " \
|
| - "constructor")
|
| + "constructor") \
|
| + V(harmony_weakref, "harmony WeakRef")
|
|
|
| // Features that are complete (but still behind --harmony/es-staging flag).
|
| #define HARMONY_STAGED(V) \
|
|
|