| Index: Source/core/layout/line/LineBoxList.h
|
| diff --git a/Source/core/layout/line/LineBoxList.h b/Source/core/layout/line/LineBoxList.h
|
| index d8ce6b02bb90a20188252a4b7621833d67a1278b..e117f43d9d6e6e7d34778db7a3874b9198c94362 100644
|
| --- a/Source/core/layout/line/LineBoxList.h
|
| +++ b/Source/core/layout/line/LineBoxList.h
|
| @@ -38,8 +38,8 @@ class InlineFlowBox;
|
| class LineBoxList {
|
| public:
|
| LineBoxList()
|
| - : m_firstLineBox(0)
|
| - , m_lastLineBox(0)
|
| + : m_firstLineBox(nullptr)
|
| + , m_lastLineBox(nullptr)
|
| {
|
| }
|
|
|
|
|