Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(65)

Unified Diff: third_party/WebKit/Source/modules/payments/PaymentsValidators.h

Issue 1881113002: Fix references to ISO 15924 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove include changes Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/payments/PaymentsValidators.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/payments/PaymentsValidators.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698