| 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 6088a366e0eeb91de99eda9d6660808a216d8070..c1f34707709e63358d7d20382e4171c6da3cbf41 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/Character.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/Character.h
|
| @@ -124,6 +124,8 @@ public:
|
|
|
| static String normalizeSpaces(const LChar*, unsigned length);
|
| static String normalizeSpaces(const UChar*, unsigned length);
|
| +
|
| + static bool isCommonOrInheritedScript(UChar32);
|
| };
|
|
|
| } // namespace blink
|
|
|