| Index: Source/core/html/HTMLWBRElement.h
|
| diff --git a/Source/core/html/HTMLWBRElement.h b/Source/core/html/HTMLWBRElement.h
|
| index 7ef9b644034cc26b215870c5117e83516a950dd5..a0c0bd9a40924f6e23db5082c7f5737d0fc79cdb 100644
|
| --- a/Source/core/html/HTMLWBRElement.h
|
| +++ b/Source/core/html/HTMLWBRElement.h
|
| @@ -44,7 +44,7 @@ public:
|
| private:
|
| explicit HTMLWBRElement(Document&);
|
|
|
| - virtual LayoutObject* createLayoutObject(const LayoutStyle&) override;
|
| + virtual LayoutObject* createLayoutObject(const ComputedStyle&) override;
|
| };
|
|
|
| } // namespace
|
|
|