| Index: src/messages.h | 
| diff --git a/src/messages.h b/src/messages.h | 
| index 6aa51dc9010c04e22c38d46dd43c42c7e62a9415..32ba8b1df3ce3b9f9d3a8d4ded86372e7dad5197 100644 | 
| --- a/src/messages.h | 
| +++ b/src/messages.h | 
| @@ -375,8 +375,9 @@ class CallSiteUtils : public AllStatic { | 
| T(InvalidCurrencyCode, "Invalid currency code: %")                           \ | 
| T(InvalidDataViewAccessorOffset,                                             \ | 
| "Offset is outside the bounds of the DataView")                            \ | 
| -  T(InvalidDataViewLength, "Invalid data view length")                         \ | 
| -  T(InvalidDataViewOffset, "Start offset is outside the bounds of the buffer") \ | 
| +  T(InvalidDataViewLength, "Invalid DataView length %")                        \ | 
| +  T(InvalidDataViewOffset,                                                     \ | 
| +    "Start offset % is outside the bounds of the buffer")                      \ | 
| T(InvalidHint, "Invalid hint: %")                                            \ | 
| T(InvalidLanguageTag, "Invalid language tag: %")                             \ | 
| T(InvalidWeakMapKey, "Invalid value used as weak map key")                   \ | 
|  |