Chromium Code Reviews| Index: src/messages.js |
| diff --git a/src/messages.js b/src/messages.js |
| index 0e48ae60bd1fa360278ea16fa78a142b37fb6309..3ae97836d42f896df731aaa6ade6e13c1de14ff3 100644 |
| --- a/src/messages.js |
| +++ b/src/messages.js |
| @@ -132,6 +132,7 @@ var kMessages = { |
| strong_ellision: ["In strong mode, arrays with holes are deprecated, use maps instead"], |
| strong_arguments: ["In strong mode, 'arguments' is deprecated, use '...args' instead"], |
| strong_undefined: ["In strong mode, binding or assigning to 'undefined' is deprecated"], |
| + strong_implicit_cast: ["In strong mode, implicit casts are deprecated"], |
|
rossberg
2015/04/23 13:29:37
Nit: "casts" -> "conversions"
|
| strong_direct_eval: ["In strong mode, direct calls to eval are deprecated"], |
| strong_switch_fallthrough : ["In strong mode, switch fall-through is deprecated, terminate each case with 'break', 'continue', 'return' or 'throw'"], |
| strong_equal: ["In strong mode, '==' and '!=' are deprecated, use '===' and '!==' instead"], |