| 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",
|
|
|