| 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 e1faa50212cfaed22db1bca5633be343ce6af9c8..2b34375fd5fd1e8158b58325e61f99df7a47f412 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp
|
| @@ -509,6 +509,7 @@ void LayoutSVGText::removeChild(LayoutObject* child)
|
|
|
| void LayoutSVGText::invalidateTreeIfNeeded(PaintInvalidationState& paintInvalidationState)
|
| {
|
| + ASSERT(!RuntimeEnabledFeatures::slimmingPaintInvalidationEnabled());
|
| ASSERT(!needsLayout());
|
|
|
| if (!shouldCheckForPaintInvalidation(paintInvalidationState))
|
|
|