Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / text / BidiCharacterRun.h
index 367acf6..2f0048f 100644 (file)
@@ -69,7 +69,6 @@ struct BidiCharacterRun {
     // Do not add anything apart from bitfields until after m_next. See https://bugs.webkit.org/show_bug.cgi?id=100173
     bool m_override : 1;
     bool m_hasHyphen : 1; // Used by BidiRun subclass which is a layering violation but enables us to save 8 bytes per object on 64-bit.
-    bool m_startsSegment : 1; // Same comment as m_hasHyphen.
     unsigned char m_level;
     BidiCharacterRun* m_next;
     int m_start;