Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.cpp |
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.cpp |
index f3f7f85e16b1386236777172bf8704303111ddad..3ad812c3ff8e5e13780f9da5f99d344492b20c7d 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.cpp |
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.cpp |
@@ -101,7 +101,7 @@ void LayoutSVGResourceContainer::detachAllClients() { |
// Add a pending resolution based on the id of the old resource. |
Element* clientElement = toElement(client->node()); |
svgTreeScopeResourcesFromElement(clientElement) |
- .addPendingResource(m_id, clientElement); |
+ .addPendingResource(m_id, *clientElement); |
} |
removeAllClientsFromCache(); |