| Index: src/messages.h | 
| diff --git a/src/messages.h b/src/messages.h | 
| index bc2a1036d7b0a6bd9bdcc9a3caedd3175197b157..54e1d7d324219e8e151fadf88d2e461adb01dc94 100644 | 
| --- a/src/messages.h | 
| +++ b/src/messages.h | 
| @@ -595,6 +595,8 @@ class ErrorUtils : public AllStatic { | 
| "In strict mode code, functions can only be declared at top level or "     \ | 
| "inside a block.")                                                         \ | 
| T(StrictOctalLiteral, "Octal literals are not allowed in strict mode.")      \ | 
| +  T(StrictDecimalWithLeadingZero,                                              \ | 
| +    "Decimals with leading zeros are not allowed in strict mode.")             \ | 
| T(StrictOctalEscape,                                                         \ | 
| "Octal escape sequences are not allowed in strict mode.")                  \ | 
| T(StrictWith, "Strict mode code may not include a with statement")           \ | 
|  |