| Index: src/messages.h
|
| diff --git a/src/messages.h b/src/messages.h
|
| index 71e2beb67806f58c932ee097ef6e63ed0d0dff80..39127d5b5aa80bd153dc7cfe24aa50e52e390dda 100644
|
| --- a/src/messages.h
|
| +++ b/src/messages.h
|
| @@ -376,6 +376,8 @@ class CallSite {
|
| "instead") \
|
| T(StrongForIn, \
|
| "In strong mode, 'for'-'in' loops are deprecated, use 'for'-'of' instead") \
|
| + T(StrongPropertyAccess, \
|
| + "In strong mode, accessing missing property '%' of % is deprecated") \
|
| T(StrongSuperCallDuplicate, \
|
| "In strong mode, invoking the super constructor multiple times is " \
|
| "deprecated") \
|
|
|