Index: third_party/WebKit/Source/platform/text/Character.cpp |
diff --git a/third_party/WebKit/Source/platform/text/Character.cpp b/third_party/WebKit/Source/platform/text/Character.cpp |
index f4b0bf536950eff898d9e53d9b9d31b62c037b57..57fe4e7392836c01072c27b77657aab9adf21f08 100644 |
--- a/third_party/WebKit/Source/platform/text/Character.cpp |
+++ b/third_party/WebKit/Source/platform/text/Character.cpp |
@@ -75,8 +75,8 @@ static icu::UnicodeSet* createUnicodeSet(const UChar32* characters, |
return unicodeSet->contains(c); |
#else |
// Freezed trie tree, see CharacterDataGenerator.cpp. |
-extern int32_t serializedCharacterDataSize; |
-extern uint8_t serializedCharacterData[]; |
+extern const int32_t serializedCharacterDataSize; |
+extern const uint8_t serializedCharacterData[]; |
static UTrie2* createTrie() { |
// Create a Trie from the value array. |