Index: Source/core/rendering/svg/RenderSVGResourceMarker.cpp |
diff --git a/Source/core/rendering/svg/RenderSVGResourceMarker.cpp b/Source/core/rendering/svg/RenderSVGResourceMarker.cpp |
index 2a769edd3c2c64b683241b55c000ae0c2ad64af9..8b52eb8189ef121e7e1fcc032aa2d9fe6ff59caa 100644 |
--- a/Source/core/rendering/svg/RenderSVGResourceMarker.cpp |
+++ b/Source/core/rendering/svg/RenderSVGResourceMarker.cpp |
@@ -58,7 +58,7 @@ void RenderSVGResourceMarker::removeAllClientsFromCache(bool markForInvalidation |
markAllClientsForInvalidation(markForInvalidation ? LayoutAndBoundariesInvalidation : ParentOnlyInvalidation); |
} |
-void RenderSVGResourceMarker::removeClientFromCache(RenderObject* client, bool markForInvalidation) |
+void RenderSVGResourceMarker::removeClientFromCache(LayoutObject* client, bool markForInvalidation) |
{ |
ASSERT(client); |
markClientForInvalidation(client, markForInvalidation ? BoundariesInvalidation : ParentOnlyInvalidation); |