Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.cpp |
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.cpp |
index fbe5909f7a0917a37e843ac9a56c9a385ae59861..c1063222a0895103bc287e69540a931ed36cd812 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.cpp |
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.cpp |
@@ -203,8 +203,6 @@ void LayoutSVGRoot::paintReplaced(const PaintInfo& paintInfo, const LayoutPoint& |
void LayoutSVGRoot::willBeDestroyed() |
{ |
- LayoutBlock::removePercentHeightDescendant(const_cast<LayoutSVGRoot*>(this)); |
- |
SVGResourcesCache::clientDestroyed(this); |
LayoutReplaced::willBeDestroyed(); |
} |