Index: Source/core/svg/SVGElement.h |
diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h |
index a628b23353e859caca7276a3f2db7a84a18826ce..ed885fb6cb79fb942d6f8609958925effa1edb50 100644 |
--- a/Source/core/svg/SVGElement.h |
+++ b/Source/core/svg/SVGElement.h |
@@ -210,7 +210,7 @@ protected: |
static CSSPropertyID cssPropertyIdForSVGAttributeName(const QualifiedName&); |
void updateRelativeLengthsInformation() { updateRelativeLengthsInformation(selfHasRelativeLengths(), this); } |
void updateRelativeLengthsInformation(bool hasRelativeLengths, SVGElement*); |
- static void markForLayoutAndParentResourceInvalidation(RenderObject*); |
+ static void markForLayoutAndParentResourceInvalidation(LayoutObject*); |
virtual bool selfHasRelativeLengths() const { return false; } |