| Index: Source/platform/text/BidiCharacterRun.h
|
| diff --git a/Source/platform/text/BidiCharacterRun.h b/Source/platform/text/BidiCharacterRun.h
|
| index 367acf692d212662db1af9c4b4db0f4c414d8ad2..2f0048f47214edaca02369a41d19fa9439b2785f 100644
|
| --- a/Source/platform/text/BidiCharacterRun.h
|
| +++ b/Source/platform/text/BidiCharacterRun.h
|
| @@ -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;
|
|
|