Index: Source/core/rendering/svg/SVGResources.cpp |
diff --git a/Source/core/rendering/svg/SVGResources.cpp b/Source/core/rendering/svg/SVGResources.cpp |
index 373b2069971714efdb757174e522546de7bf6f16..0dd9a0d9f6e97dc100473042e68031b929a206e7 100644 |
--- a/Source/core/rendering/svg/SVGResources.cpp |
+++ b/Source/core/rendering/svg/SVGResources.cpp |
@@ -204,7 +204,7 @@ static inline SVGResources& ensureResources(OwnPtr<SVGResources>& resources) |
return *resources.get(); |
} |
-PassOwnPtr<SVGResources> SVGResources::buildResources(const RenderObject* object, const SVGRenderStyle& style) |
+PassOwnPtr<SVGResources> SVGResources::buildResources(const LayoutObject* object, const SVGRenderStyle& style) |
{ |
ASSERT(object); |
@@ -316,7 +316,7 @@ void SVGResources::layoutIfNeeded() |
m_linkedResource->layoutIfNeeded(); |
} |
-void SVGResources::removeClientFromCache(RenderObject* object, bool markForInvalidation) const |
+void SVGResources::removeClientFromCache(LayoutObject* object, bool markForInvalidation) const |
{ |
if (!hasResourceData()) |
return; |
@@ -649,7 +649,7 @@ void SVGResources::resetLinkedResource() |
} |
#ifndef NDEBUG |
-void SVGResources::dump(const RenderObject* object) |
+void SVGResources::dump(const LayoutObject* object) |
{ |
ASSERT(object); |
ASSERT(object->node()); |