Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGContainer.cpp |
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGContainer.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGContainer.cpp |
index e273b6cdc71c1c2948ee9d0a6d41e60f43593264..e0e76dd25c573059940ef0ade46afc0ecbce2060 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGContainer.cpp |
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGContainer.cpp |
@@ -81,6 +81,7 @@ void LayoutSVGContainer::layout() |
LayoutSVGModelObject::setNeedsBoundariesUpdate(); |
} |
+ ASSERT(!m_needsBoundariesUpdate); |
clearNeedsLayout(); |
} |