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