| Index: third_party/WebKit/Source/modules/payments/PaymentsValidators.h | 
| diff --git a/third_party/WebKit/Source/modules/payments/PaymentsValidators.h b/third_party/WebKit/Source/modules/payments/PaymentsValidators.h | 
| index 7d52f67ce67ee0127e9affb61899a9f5f72bab79..9aba401570bf121f8c3d8d9a1b06480ed6a410ee 100644 | 
| --- a/third_party/WebKit/Source/modules/payments/PaymentsValidators.h | 
| +++ b/third_party/WebKit/Source/modules/payments/PaymentsValidators.h | 
| @@ -27,7 +27,7 @@ public: | 
| // Returns true if |code| is a valid ISO 639 language code. | 
| static bool isValidLanguageCodeFormat(const String& code, String* optionalErrorMessage); | 
|  | 
| -    // Returns true if |code| is a valid ISO 1524 script code. | 
| +    // Returns true if |code| is a valid ISO 15924 script code. | 
| static bool isValidScriptCodeFormat(const String& code, String* optionalErrorMessage); | 
| }; | 
|  | 
|  |