Index: Source/core/html/HTMLButtonElement.h |
diff --git a/Source/core/html/HTMLButtonElement.h b/Source/core/html/HTMLButtonElement.h |
index 0987e43ebaf77eddc87042d13765f50a734ff564..afc73b8ef15354a76369f85e9f8a83af2f247a71 100644 |
--- a/Source/core/html/HTMLButtonElement.h |
+++ b/Source/core/html/HTMLButtonElement.h |
@@ -46,7 +46,7 @@ private: |
virtual const AtomicString& formControlType() const override; |
- virtual LayoutObject* createLayoutObject(const LayoutStyle&) override; |
+ virtual LayoutObject* createLayoutObject(const ComputedStyle&) override; |
// HTMLFormControlElement always creates one, but buttons don't need it. |
virtual bool alwaysCreateClosedShadowRoot() const override { return false; } |