| Index: third_party/WebKit/Source/modules/payments/PaymentsValidators.cpp | 
| diff --git a/third_party/WebKit/Source/modules/payments/PaymentsValidators.cpp b/third_party/WebKit/Source/modules/payments/PaymentsValidators.cpp | 
| index 4072b65c2877cfdacc5a5a935c0d3f5a2c411ae5..e57a9a4637cb2da2ea444b5f841395fbb8ad05a5 100644 | 
| --- a/third_party/WebKit/Source/modules/payments/PaymentsValidators.cpp | 
| +++ b/third_party/WebKit/Source/modules/payments/PaymentsValidators.cpp | 
| @@ -59,7 +59,7 @@ bool PaymentsValidators::isValidScriptCodeFormat(const String& code, String* opt | 
| return true; | 
|  | 
| if (optionalErrorMessage) | 
| -        *optionalErrorMessage = "'" + code + "' is not a valid ISO 1524 script code, should be an upper case letter [A-Z] followed by 3 lower case letters [a-z]"; | 
| +        *optionalErrorMessage = "'" + code + "' is not a valid ISO 15924 script code, should be an upper case letter [A-Z] followed by 3 lower case letters [a-z]"; | 
|  | 
| return false; | 
| } | 
|  |