| 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 ab1d045ef80aae4468c21fd2c3a9fe4c1cebc0bc..2f2ad068a4bde508a5f4777ee75826458a334744 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();
|
| }
|
|
|