| Index: Source/core/html/HTMLSummaryElement.cpp
|
| diff --git a/Source/core/html/HTMLSummaryElement.cpp b/Source/core/html/HTMLSummaryElement.cpp
|
| index bde6a14f06e35c13564ed7882d730dc892723fb9..7cd9b817b81330670e827f4bf961e401dfc580a5 100644
|
| --- a/Source/core/html/HTMLSummaryElement.cpp
|
| +++ b/Source/core/html/HTMLSummaryElement.cpp
|
| @@ -63,7 +63,7 @@ HTMLDetailsElement* HTMLSummaryElement::detailsElement() const
|
| Node* parent = NodeRenderingTraversal::parent(this);
|
| if (isHTMLDetailsElement(parent))
|
| return toHTMLDetailsElement(parent);
|
| - return 0;
|
| + return nullptr;
|
| }
|
|
|
| bool HTMLSummaryElement::isMainSummary() const
|
|
|