| 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 19a82544436fced2a49c967c5f0d9cc6661b7312..dd95dfb8549446306446ca0d44831d00e65b5e88 100644
|
| --- a/third_party/WebKit/Source/platform/text/Character.cpp
|
| +++ b/third_party/WebKit/Source/platform/text/Character.cpp
|
| @@ -38,8 +38,8 @@
|
| #include "platform/wtf/text/StringBuilder.h"
|
|
|
| #if defined(USING_SYSTEM_ICU)
|
| -#include "platform/text/CharacterPropertyDataGenerator.h"
|
| #include <unicode/uniset.h>
|
| +#include "platform/text/CharacterPropertyDataGenerator.h"
|
| #else
|
| #define MUTEX_H // Prevent compile failure of utrie2.h on Windows
|
| #include <utrie2.h>
|
|
|