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

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

Issue 49093004: Move more arrays of strings to shareable memory (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 7 years, 2 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 | « Source/platform/text/TextBreakIteratorICU.cpp ('k') | Source/web/WebFrameImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/text/UnicodeRange.cpp
diff --git a/Source/platform/text/UnicodeRange.cpp b/Source/platform/text/UnicodeRange.cpp
index 72dd1032c1ef6492fd293d736db55e135f15f2b6..f09cd697a206bc78b2b90f857f57cade2c2f73cf 100644
--- a/Source/platform/text/UnicodeRange.cpp
+++ b/Source/platform/text/UnicodeRange.cpp
@@ -40,7 +40,7 @@ namespace WebCore {
// This table depends on unicode range definitions.
// Each item's index must correspond to a unicode range value
// eg. x-cyrillic = LangGroupTable[cRangeCyrillic]
-static const char* gUnicodeRangeToLangGroupTable[] =
+static const char* const gUnicodeRangeToLangGroupTable[] =
{
"x-cyrillic",
"el",
« no previous file with comments | « Source/platform/text/TextBreakIteratorICU.cpp ('k') | Source/web/WebFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698