Index: Source/core/svg/SVGUseElement.h |
diff --git a/Source/core/svg/SVGUseElement.h b/Source/core/svg/SVGUseElement.h |
index 9478f814cec73c1df9c44a6b06d2af3193d2d038..f4a14ea1b98e1bc1489f8d8182a1c1a568b693bf 100644 |
--- a/Source/core/svg/SVGUseElement.h |
+++ b/Source/core/svg/SVGUseElement.h |
@@ -70,7 +70,7 @@ private: |
bool isSupportedAttribute(const QualifiedName&); |
virtual void svgAttributeChanged(const QualifiedName&) override; |
- virtual LayoutObject* createLayoutObject(const LayoutStyle&) override; |
+ virtual LayoutObject* createLayoutObject(const ComputedStyle&) override; |
virtual void toClipPath(Path&) override; |
void clearResourceReferences(); |