| Index: Source/core/rendering/style/SVGRenderStyle.h
|
| diff --git a/Source/core/rendering/style/SVGRenderStyle.h b/Source/core/rendering/style/SVGRenderStyle.h
|
| index 6016e915f71191c0e5f4a98a2b79a723622ad76d..e7347c7c0288331ec879072e36d6e8e32936a071 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*);
|
|
|
| - StyleDifferenceLegacy diff(const SVGRenderStyle*) const;
|
| + StyleDifference diff(const SVGRenderStyle*) const;
|
|
|
| bool operator==(const SVGRenderStyle&) const;
|
| bool operator!=(const SVGRenderStyle& o) const { return !(*this == o); }
|
|
|