| 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 f3000190d4473daf39f0bc7fe5c262c21ecca4a0..9a3b022f3365742f94178f84c00ac4348bb06335 100644
|
| --- a/third_party/WebKit/Source/platform/text/CharacterPropertyDataGenerator.cpp
|
| +++ b/third_party/WebKit/Source/platform/text/CharacterPropertyDataGenerator.cpp
|
| @@ -7,11 +7,11 @@
|
| // directory, and fix these #include's to "platform/fonts/...".
|
| #include "CharacterPropertyDataGenerator.h"
|
|
|
| -#include "CharacterProperty.h"
|
| +#include <stdio.h>
|
| #include <cassert>
|
| #include <cstring>
|
| #include <memory>
|
| -#include <stdio.h>
|
| +#include "CharacterProperty.h"
|
| #if !defined(USING_SYSTEM_ICU)
|
| #define MUTEX_H // Prevent compile failure of utrie2.h on Windows
|
| #include <utrie2.h>
|
|
|