Index: Source/core/rendering/line/LineWidth.cpp |
diff --git a/Source/core/rendering/line/LineWidth.cpp b/Source/core/rendering/line/LineWidth.cpp |
index 381901596cba87e9e9f47cbc7b7668e0f1ff25a0..1b46843d9f4b7fd32b053d09cfac0cb24625f28d 100644 |
--- a/Source/core/rendering/line/LineWidth.cpp |
+++ b/Source/core/rendering/line/LineWidth.cpp |
@@ -40,6 +40,7 @@ LineWidth::LineWidth(RenderBlockFlow& block, bool isFirstLine, IndentTextOrNot s |
, m_uncommittedWidth(0) |
, m_committedWidth(0) |
, m_overhangWidth(0) |
+ , m_trailingWhitespaceWidth(0) |
, m_left(0) |
, m_right(0) |
, m_availableWidth(0) |