Index: Source/wtf/text/StringImpl.h |
diff --git a/Source/wtf/text/StringImpl.h b/Source/wtf/text/StringImpl.h |
index 9fe868206410a390ce2d9ab9253e718580ffb545..dbbcb45ae0189a7a284fd7b1d72f280c35d9fba4 100644 |
--- a/Source/wtf/text/StringImpl.h |
+++ b/Source/wtf/text/StringImpl.h |
@@ -409,8 +409,6 @@ public: |
PassRefPtr<StringImpl> replace(StringImpl*, StringImpl*); |
PassRefPtr<StringImpl> replace(unsigned index, unsigned len, StringImpl*); |
- WTF::Unicode::Direction defaultWritingDirection(bool* hasStrongDirectionality = 0); |
- |
#if USE(CF) |
RetainPtr<CFStringRef> createCFString(); |
#endif |