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

Unified Diff: third_party/WebKit/Source/platform/text/CharacterPropertyDataGenerator.cpp

Issue 2611823003: ABANDONED CL: Changes to compile and pass tests after Big Blink Rename (excluding functions). (Closed)
Patch Set: Inducing merge conflicts to force human review and changes after rename. Created 3 years, 11 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
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 45cad2f2457a9baa0885f7b1faf2189cb72f80a6..cad4b90f46e0b17d4c51382d6d1cf20ade18341c 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"
- "int32_t serializedCharacterDataSize = %d;\n"
- "uint8_t serializedCharacterData[] = {",
+ "int32_t g_serialized_character_data_size = %d;\n"
+ "uint8_t g_serialized_character_data[] = {",
size);
for (int32_t i = 0; i < size;) {
fprintf(fp, "\n ");
« no previous file with comments | « third_party/WebKit/Source/platform/heap/ThreadState.cpp ('k') | third_party/WebKit/Source/web/WebInputEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698