| Index: src/messages.h
|
| diff --git a/src/messages.h b/src/messages.h
|
| index 0754fc4fa7d78c26f2f090bd6c311494f18934eb..71e2beb67806f58c932ee097ef6e63ed0d0dff80 100644
|
| --- a/src/messages.h
|
| +++ b/src/messages.h
|
| @@ -230,7 +230,8 @@ class CallSite {
|
| "In strong mode, calling a function with too few arguments is deprecated") \
|
| T(StrongDeleteProperty, \
|
| "On strong object %, deletion of property % is deprecated") \
|
| - T(StrongImplicitCast, "In strong mode, implicit conversions are deprecated") \
|
| + T(StrongImplicitConversion, \
|
| + "In strong mode, implicit conversions are deprecated") \
|
| T(StrongRedefineDisallowed, \
|
| "On strong object %, redefining writable, non-configurable property '%' " \
|
| "to be non-writable is deprecated") \
|
|
|