Index: Source/core/svg/SVGRectElement.h |
diff --git a/Source/core/svg/SVGRectElement.h b/Source/core/svg/SVGRectElement.h |
index b17bd6081132020c0703d092bf740f7f8dd3d173..52d9b29897b52dc394ce2e371d8c89d12d7ed00e 100644 |
--- a/Source/core/svg/SVGRectElement.h |
+++ b/Source/core/svg/SVGRectElement.h |
@@ -54,7 +54,7 @@ private: |
virtual bool selfHasRelativeLengths() const override; |
- virtual LayoutObject* createLayoutObject(const LayoutStyle&) override; |
+ virtual LayoutObject* createLayoutObject(const ComputedStyle&) override; |
RefPtrWillBeMember<SVGAnimatedLength> m_x; |
RefPtrWillBeMember<SVGAnimatedLength> m_y; |