| Index: Source/core/layout/LayoutTableRow.cpp
|
| diff --git a/Source/core/layout/LayoutTableRow.cpp b/Source/core/layout/LayoutTableRow.cpp
|
| index 7eea86c2b4802f5a9b69ff210d5d6bec612d2d47..8131e80348643c7d920c5c45b102dc5502a05e52 100644
|
| --- a/Source/core/layout/LayoutTableRow.cpp
|
| +++ b/Source/core/layout/LayoutTableRow.cpp
|
| @@ -227,7 +227,7 @@ void LayoutTableRow::imageChanged(WrappedImagePtr, const IntRect*)
|
|
|
| LayoutTableRow* LayoutTableRow::createAnonymous(Document* document)
|
| {
|
| - LayoutTableRow* layoutObject = new LayoutTableRow(0);
|
| + LayoutTableRow* layoutObject = new LayoutTableRow(nullptr);
|
| layoutObject->setDocumentForAnonymous(document);
|
| return layoutObject;
|
| }
|
|
|