Index: Source/core/html/forms/HiddenInputType.h |
diff --git a/Source/core/html/forms/HiddenInputType.h b/Source/core/html/forms/HiddenInputType.h |
index 45dbccd2211c2041235eb96b932e25dd8fbd8cad..a17a368ca3dbd2459a02cdcc8fe4ca9de1210cf9 100644 |
--- a/Source/core/html/forms/HiddenInputType.h |
+++ b/Source/core/html/forms/HiddenInputType.h |
@@ -45,7 +45,7 @@ private: |
FormControlState saveFormControlState() const override; |
void restoreFormControlState(const FormControlState&) override; |
bool supportsValidation() const override; |
- LayoutObject* createLayoutObject(const LayoutStyle&) const override; |
+ LayoutObject* createLayoutObject(const ComputedStyle&) const override; |
void accessKeyAction(bool sendMouseEvents) override; |
bool layoutObjectIsNeeded() override; |
bool storesValueSeparateFromAttribute() override; |