Index: Source/core/svg/SVGSymbolElement.h |
diff --git a/Source/core/svg/SVGSymbolElement.h b/Source/core/svg/SVGSymbolElement.h |
index 2acd71786fc6817997e20b0c62b9b94b3e56e7e8..7b706b8016e5c263c792ad640243508b80ee13d1 100644 |
--- a/Source/core/svg/SVGSymbolElement.h |
+++ b/Source/core/svg/SVGSymbolElement.h |
@@ -41,7 +41,7 @@ private: |
virtual void svgAttributeChanged(const QualifiedName&) override; |
- virtual LayoutObject* createLayoutObject(const LayoutStyle&) override; |
+ virtual LayoutObject* createLayoutObject(const ComputedStyle&) override; |
}; |
} // namespace blink |