| Index: Source/core/html/parser/HTMLFormattingElementList.h
|
| diff --git a/Source/core/html/parser/HTMLFormattingElementList.h b/Source/core/html/parser/HTMLFormattingElementList.h
|
| index 745dba1c7712a475d8f53126abca605c648d1003..507ac843a41dc0e2b3b33851f9545e7f920ce3ad 100644
|
| --- a/Source/core/html/parser/HTMLFormattingElementList.h
|
| +++ b/Source/core/html/parser/HTMLFormattingElementList.h
|
| @@ -54,7 +54,7 @@ public:
|
| }
|
| enum MarkerEntryType { MarkerEntry };
|
| explicit Entry(MarkerEntryType)
|
| - : m_item(0)
|
| + : m_item(nullptr)
|
| {
|
| }
|
| ~Entry() {}
|
|
|