| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp
|
| index 477024df8d54a8f15ac1581c851c023f1566d995..5671072a4e559e65d3b321801cdc8a1171a8ece2 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp
|
| @@ -257,7 +257,7 @@ void LayoutSVGText::layout()
|
| if (!firstLineBox())
|
| setFrameRect(LayoutRect());
|
|
|
| - m_overflow.clear();
|
| + m_overflow.reset();
|
| addVisualEffectOverflow();
|
|
|
| if (!updateParentBoundaries)
|
|
|