| Index: Source/core/html/HTMLWBRElement.h
|
| diff --git a/Source/core/html/HTMLWBRElement.h b/Source/core/html/HTMLWBRElement.h
|
| index a0c0bd9a40924f6e23db5082c7f5737d0fc79cdb..a28e04a6ade2440d11918ab870ac33920647b9b0 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 ComputedStyle&) override;
|
| + LayoutObject* createLayoutObject(const ComputedStyle&) override;
|
| };
|
|
|
| } // namespace
|
|
|