Index: Source/core/rendering/style/SVGRenderStyle.h |
diff --git a/Source/core/rendering/style/SVGRenderStyle.h b/Source/core/rendering/style/SVGRenderStyle.h |
index e7347c7c0288331ec879072e36d6e8e32936a071..6016e915f71191c0e5f4a98a2b79a723622ad76d 100644 |
--- a/Source/core/rendering/style/SVGRenderStyle.h |
+++ b/Source/core/rendering/style/SVGRenderStyle.h |
@@ -48,7 +48,7 @@ public: |
void inheritFrom(const SVGRenderStyle*); |
void copyNonInheritedFrom(const SVGRenderStyle*); |
- StyleDifference diff(const SVGRenderStyle*) const; |
+ StyleDifferenceLegacy diff(const SVGRenderStyle*) const; |
bool operator==(const SVGRenderStyle&) const; |
bool operator!=(const SVGRenderStyle& o) const { return !(*this == o); } |