| Index: third_party/WebKit/Source/platform/text/CharacterPropertyDataGenerator.cpp
|
| diff --git a/third_party/WebKit/Source/platform/text/CharacterPropertyDataGenerator.cpp b/third_party/WebKit/Source/platform/text/CharacterPropertyDataGenerator.cpp
|
| index d822a146be9626d9a17fb351d4baf62f2c1a7a58..49826e4e0f668d2a9c5d2ea86d9c720220f0e872 100644
|
| --- a/third_party/WebKit/Source/platform/text/CharacterPropertyDataGenerator.cpp
|
| +++ b/third_party/WebKit/Source/platform/text/CharacterPropertyDataGenerator.cpp
|
| @@ -54,8 +54,8 @@ static void generateUTrieSerialized(FILE* fp, int32_t size, uint8_t* array) {
|
| fprintf(fp,
|
| "#include <cstdint>\n\n"
|
| "namespace blink {\n\n"
|
| - "extern const int32_t serializedCharacterDataSize = %d;\n"
|
| - "extern const uint8_t serializedCharacterData[] = {",
|
| + "extern const int32_t kSerializedCharacterDataSize = %d;\n"
|
| + "extern const uint8_t kSerializedCharacterData[] = {",
|
| size);
|
| for (int32_t i = 0; i < size;) {
|
| fprintf(fp, "\n ");
|
|
|