| Index: Source/core/layout/svg/line/SVGRootInlineBox.h
|
| diff --git a/Source/core/layout/svg/line/SVGRootInlineBox.h b/Source/core/layout/svg/line/SVGRootInlineBox.h
|
| index f41025386559c780c2fc6ea3de31350d7d441248..0ca220721a5907e5a123223d53c55112fe18d60f 100644
|
| --- a/Source/core/layout/svg/line/SVGRootInlineBox.h
|
| +++ b/Source/core/layout/svg/line/SVGRootInlineBox.h
|
| @@ -51,7 +51,7 @@ public:
|
|
|
| private:
|
| void reorderValueLists(Vector<SVGTextLayoutAttributes*>&);
|
| - void layoutChildBoxes(InlineFlowBox*, LayoutRect* = 0);
|
| + void layoutChildBoxes(InlineFlowBox*, LayoutRect* = nullptr);
|
| void layoutRootBox(const LayoutRect&);
|
|
|
| private:
|
|
|