Index: Source/core/svg/SVGAElement.h |
diff --git a/Source/core/svg/SVGAElement.h b/Source/core/svg/SVGAElement.h |
index 5787136a25496445342d86928e0b001a1fe233f5..3c3380d5b9315497a2977be6c2d9fb010f36401d 100644 |
--- a/Source/core/svg/SVGAElement.h |
+++ b/Source/core/svg/SVGAElement.h |
@@ -45,7 +45,7 @@ private: |
virtual void svgAttributeChanged(const QualifiedName&) override; |
- virtual LayoutObject* createLayoutObject(const LayoutStyle&) override; |
+ virtual LayoutObject* createLayoutObject(const ComputedStyle&) override; |
virtual void defaultEventHandler(Event*) override; |