| Index: Source/core/html/HTMLTableSectionElement.cpp
|
| diff --git a/Source/core/html/HTMLTableSectionElement.cpp b/Source/core/html/HTMLTableSectionElement.cpp
|
| index f7cad31fcd23b73147891b05204b08c0978675d2..6dfad7841c29cb4ac1efe8592555404e87e89f47 100644
|
| --- a/Source/core/html/HTMLTableSectionElement.cpp
|
| +++ b/Source/core/html/HTMLTableSectionElement.cpp
|
| @@ -49,7 +49,7 @@ const StylePropertySet* HTMLTableSectionElement::additionalPresentationAttribute
|
| {
|
| if (HTMLTableElement* table = findParentTable())
|
| return table->additionalGroupStyle(true);
|
| - return 0;
|
| + return nullptr;
|
| }
|
|
|
| // these functions are rather slow, since we need to get the row at
|
|
|