Chromium Code Reviews

Unified Diff: Source/WebCore/rendering/svg/RenderSVGResourceContainer.cpp

Issue 11316291: Merge 135719 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1312/
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « LayoutTests/svg/custom/stale-resource-data-crash-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/rendering/svg/RenderSVGResourceContainer.cpp
===================================================================
--- Source/WebCore/rendering/svg/RenderSVGResourceContainer.cpp (revision 136278)
+++ Source/WebCore/rendering/svg/RenderSVGResourceContainer.cpp (working copy)
@@ -151,6 +151,7 @@
void RenderSVGResourceContainer::removeClient(RenderObject* client)
{
ASSERT(client);
+ removeClientFromCache(client, false);
m_clients.remove(client);
}
« no previous file with comments | « LayoutTests/svg/custom/stale-resource-data-crash-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine