| Index: third_party/WebKit/Source/core/layout/svg/line/SVGInlineTextBox.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/line/SVGInlineTextBox.cpp b/third_party/WebKit/Source/core/layout/svg/line/SVGInlineTextBox.cpp
|
| index c77d217c36dd160de47222cb8f0dab1f5b0e5ec1..25ed6c5185200c75db69931ae951ffdb8b729ec4 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/line/SVGInlineTextBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/line/SVGInlineTextBox.cpp
|
| @@ -40,7 +40,6 @@ static_assert(sizeof(SVGInlineTextBox) == sizeof(ExpectedSVGInlineTextBoxSize),
|
|
|
| SVGInlineTextBox::SVGInlineTextBox(LineLayoutItem item, int start, unsigned short length)
|
| : InlineTextBox(item, start, length)
|
| - , m_logicalHeight(0)
|
| , m_startsNewTextChunk(false)
|
| {
|
| }
|
|
|