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 2dfe992bd084446817bd4ace69c74011b3fe97c8..1fcbbe023b90e11def0ff7abc44781941a9e9172 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.cpp |
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.cpp |
@@ -195,8 +195,6 @@ void LayoutSVGRoot::paintReplaced(const PaintInfo& paintInfo, const LayoutPoint& |
void LayoutSVGRoot::willBeDestroyed() |
{ |
- LayoutBlock::removePercentHeightDescendant(const_cast<LayoutSVGRoot*>(this)); |
- |
SVGResourcesCache::clientDestroyed(this); |
LayoutReplaced::willBeDestroyed(); |
} |