Index: Source/core/svg/SVGTextElement.h |
diff --git a/Source/core/svg/SVGTextElement.h b/Source/core/svg/SVGTextElement.h |
index 231b7771342e5f3acff480b117328d34a4fd245b..9570b6cd149b2b66b3eb8bfd99fa8dcf1b877bc8 100644 |
--- a/Source/core/svg/SVGTextElement.h |
+++ b/Source/core/svg/SVGTextElement.h |
@@ -34,7 +34,7 @@ public: |
private: |
explicit SVGTextElement(Document&); |
- virtual LayoutObject* createLayoutObject(const LayoutStyle&) override; |
+ virtual LayoutObject* createLayoutObject(const ComputedStyle&) override; |
}; |
} // namespace blink |