| Index: src/messages.h
 | 
| diff --git a/src/messages.h b/src/messages.h
 | 
| index e7af4fb43a05f927ac85b0b8e54c48d97f4e506f..2a5748c039f975c9821fd93c316fd359d50c5846 100644
 | 
| --- a/src/messages.h
 | 
| +++ b/src/messages.h
 | 
| @@ -461,7 +461,7 @@ class CallSite {
 | 
|    T(UnterminatedTemplate, "Unterminated template literal")                     \
 | 
|    T(UnterminatedTemplateExpr, "Missing } in template expression")              \
 | 
|    T(FoundNonCallableHasInstance, "Found non-callable @@hasInstance")           \
 | 
| -  T(NonObjectInInstanceOfCheck, "Expecting an object in instanceof check")     \
 | 
| +  T(NonObjectInInstanceOfCheck, "right-hand side is not an object")            \
 | 
|    /* EvalError */                                                              \
 | 
|    T(CodeGenFromStrings, "%")                                                   \
 | 
|    /* URIError */                                                               \
 | 
| 
 |