| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.cpp
|
| index 1d87a97520bda31e3004c75d263ef9eaf8c40b50..8f66232194937e5e55301a023cb9d891e77baa74 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.cpp
|
| @@ -150,6 +150,7 @@ void LayoutSVGInline::removeChild(LayoutObject* child)
|
|
|
| void LayoutSVGInline::invalidateTreeIfNeeded(PaintInvalidationState& paintInvalidationState)
|
| {
|
| + ASSERT(!RuntimeEnabledFeatures::slimmingPaintInvalidationEnabled());
|
| ASSERT(!needsLayout());
|
|
|
| if (!shouldCheckForPaintInvalidation(paintInvalidationState))
|
|
|