| Index: Source/core/layout/LayoutFieldset.cpp
|
| diff --git a/Source/core/layout/LayoutFieldset.cpp b/Source/core/layout/LayoutFieldset.cpp
|
| index 696362efb5dcf6ad044a88eccd399237e3951d85..a08e0042a20f7d8665bfd883a20687113cd23c26 100644
|
| --- a/Source/core/layout/LayoutFieldset.cpp
|
| +++ b/Source/core/layout/LayoutFieldset.cpp
|
| @@ -134,7 +134,7 @@ LayoutBox* LayoutFieldset::findLegend(FindLegendOption option) const
|
| if (isHTMLLegendElement(legend->node()))
|
| return toLayoutBox(legend);
|
| }
|
| - return 0;
|
| + return nullptr;
|
| }
|
|
|
| void LayoutFieldset::paintBoxDecorationBackground(const PaintInfo& paintInfo, const LayoutPoint& paintOffset)
|
|
|