| Index: Source/core/html/HTMLRubyElement.h
|
| diff --git a/Source/core/html/HTMLRubyElement.h b/Source/core/html/HTMLRubyElement.h
|
| index 5577d22ac14118f887fbcbdd23bca610a0f9c57b..bc2d07d03e0932965bb1fece9721d09f6f4d9a80 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 LayoutStyle&) override;
|
| + virtual LayoutObject* createLayoutObject(const ComputedStyle&) override;
|
| };
|
|
|
| } // namespace
|
|
|