| Index: third_party/WebKit/Source/platform/fonts/Character.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/Character.cpp b/third_party/WebKit/Source/platform/fonts/Character.cpp
|
| index 26161793011f786b383383cb39a465ef2ed5ac09..6ea32548579a414039fc3b488389cb6bb9939c02 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/Character.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/Character.cpp
|
| @@ -37,7 +37,7 @@
|
| #include <unicode/uscript.h>
|
|
|
| #if defined(USING_SYSTEM_ICU)
|
| -#include "CharacterData.h"
|
| +#include "platform/fonts/CharacterPropertyDataGenerator.h"
|
| #include <unicode/uniset.h>
|
| #else
|
| #define MUTEX_H // Prevent compile failure of utrie2.h on Windows
|
|
|