| Index: Source/core/layout/LayoutRubyRun.h
|
| diff --git a/Source/core/layout/LayoutRubyRun.h b/Source/core/layout/LayoutRubyRun.h
|
| index 7c2ba138f34174b2bb867915c0bba514fc0e1a7a..ad4a7b4a9e23e61ab62575eb73228780ab96b6e0 100644
|
| --- a/Source/core/layout/LayoutRubyRun.h
|
| +++ b/Source/core/layout/LayoutRubyRun.h
|
| @@ -55,7 +55,7 @@ public:
|
| virtual void layout() override;
|
|
|
| virtual bool isChildAllowed(LayoutObject*, const ComputedStyle&) const override;
|
| - virtual void addChild(LayoutObject* child, LayoutObject* beforeChild = 0) override;
|
| + virtual void addChild(LayoutObject* child, LayoutObject* beforeChild = nullptr) override;
|
| virtual void removeChild(LayoutObject* child) override;
|
|
|
| void getOverhang(bool firstLine, LayoutObject* startLayoutObject, LayoutObject* endLayoutObject, int& startOverhang, int& endOverhang) const;
|
|
|