| Index: Source/core/html/HTMLRubyElement.h
|
| diff --git a/Source/core/html/HTMLRubyElement.h b/Source/core/html/HTMLRubyElement.h
|
| index bc2d07d03e0932965bb1fece9721d09f6f4d9a80..33fae1b1e4ea2056811d64162150d723b187cf6a 100644
|
| --- a/Source/core/html/HTMLRubyElement.h
|
| +++ b/Source/core/html/HTMLRubyElement.h
|
| @@ -18,7 +18,7 @@ public:
|
| private:
|
| explicit HTMLRubyElement(Document&);
|
|
|
| - virtual LayoutObject* createLayoutObject(const ComputedStyle&) override;
|
| + LayoutObject* createLayoutObject(const ComputedStyle&) override;
|
| };
|
|
|
| } // namespace
|
|
|