| Index: third_party/WebKit/Source/platform/fonts/Character.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/Character.h b/third_party/WebKit/Source/platform/fonts/Character.h
|
| index c1f34707709e63358d7d20382e4171c6da3cbf41..50ae75d54ec2da7a0b71fbbd00e8c9fc7275bfd8 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/Character.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/Character.h
|
| @@ -61,7 +61,6 @@ public:
|
| || isInRange(character, 0xE0100, 0xE01EF); // VARIATION SELECTOR-17 to 256
|
| }
|
|
|
| - static bool isCJKIdeograph(UChar32);
|
| static bool isCJKIdeographOrSymbol(UChar32);
|
|
|
| static unsigned expansionOpportunityCount(const LChar*, size_t length, TextDirection, bool& isAfterExpansion, const TextJustify);
|
|
|