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 af407a6017fc18df50a41b34b506822996a11459..fd0b52d0b10e51e1a0f4e86ac5b7ad55baa5824f 100644 |
--- a/third_party/WebKit/Source/platform/fonts/Character.h |
+++ b/third_party/WebKit/Source/platform/fonts/Character.h |
@@ -137,9 +137,6 @@ public: |
static String normalizeSpaces(const UChar*, unsigned length); |
static bool isCommonOrInheritedScript(UChar32); |
- |
-private: |
- static bool hasProperty(UChar32, CharacterProperty); |
}; |
} // namespace blink |