Index: Source/core/rendering/InlineFlowBox.h |
diff --git a/Source/core/rendering/InlineFlowBox.h b/Source/core/rendering/InlineFlowBox.h |
index 917f9f586380a2d2ff4ef7fa460dea73a7c0e2e5..795cab50a45405b512ebfd34582752e0a511fd26 100644 |
--- a/Source/core/rendering/InlineFlowBox.h |
+++ b/Source/core/rendering/InlineFlowBox.h |
@@ -52,6 +52,9 @@ public: |
, m_baselineType(AlphabeticBaseline) |
, m_hasAnnotationsBefore(false) |
, m_hasAnnotationsAfter(false) |
+ , m_lineBreakBidiStatusEor(WTF::Unicode::LeftToRight) |
+ , m_lineBreakBidiStatusLastStrong(WTF::Unicode::LeftToRight) |
+ , m_lineBreakBidiStatusLast(WTF::Unicode::LeftToRight) |
#ifndef NDEBUG |
, m_hasBadChildList(false) |
#endif |