| Index: Source/core/html/HTMLFieldSetElement.h
|
| diff --git a/Source/core/html/HTMLFieldSetElement.h b/Source/core/html/HTMLFieldSetElement.h
|
| index 807c23fa44e5064f0cc9d7b4f1060f8d3c780bb1..7158af874563f3367287275442a90c8091411f49 100644
|
| --- a/Source/core/html/HTMLFieldSetElement.h
|
| +++ b/Source/core/html/HTMLFieldSetElement.h
|
| @@ -50,7 +50,7 @@ private:
|
|
|
| virtual bool isEnumeratable() const override { return true; }
|
| virtual bool supportsFocus() const override;
|
| - virtual LayoutObject* createLayoutObject(const LayoutStyle&) override;
|
| + virtual LayoutObject* createLayoutObject(const ComputedStyle&) override;
|
| virtual const AtomicString& formControlType() const override;
|
| virtual bool recalcWillValidate() const override { return false; }
|
| virtual bool matchesValidityPseudoClasses() const override final;
|
|
|