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

Unified Diff: Source/platform/text/LocaleToScriptMapping.cpp

Issue 72363002: Rename es => exceptionState in other than bindings/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Retry Created 7 years, 1 month 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 | « Source/modules/websockets/WebSocket.cpp ('k') | Source/web/SharedWorkerRepositoryClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/text/LocaleToScriptMapping.cpp
diff --git a/Source/platform/text/LocaleToScriptMapping.cpp b/Source/platform/text/LocaleToScriptMapping.cpp
index 8bd194f89c98c3c1127a7c4a39220ce97649188c..d24c1cdf16afd0962cce931601cedfc7e6a09ec6 100644
--- a/Source/platform/text/LocaleToScriptMapping.cpp
+++ b/Source/platform/text/LocaleToScriptMapping.cpp
@@ -212,7 +212,7 @@ UScriptCode localeToScriptCodeForFontSelection(const String& locale)
{ "efi", USCRIPT_LATIN },
{ "el", USCRIPT_GREEK },
{ "en", USCRIPT_LATIN },
- { "es", USCRIPT_LATIN },
+ { "exceptionState", USCRIPT_LATIN },
{ "et", USCRIPT_LATIN },
{ "eu", USCRIPT_LATIN },
{ "fa", USCRIPT_ARABIC },
« no previous file with comments | « Source/modules/websockets/WebSocket.cpp ('k') | Source/web/SharedWorkerRepositoryClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698