| Index: Source/core/layout/LayoutPart.cpp
|
| diff --git a/Source/core/layout/LayoutPart.cpp b/Source/core/layout/LayoutPart.cpp
|
| index e950fcf23dc19455547d222d71dfdc66e891ada8..35597aea0146a36494d82a4f6d5ae09eed5a8d86 100644
|
| --- a/Source/core/layout/LayoutPart.cpp
|
| +++ b/Source/core/layout/LayoutPart.cpp
|
| @@ -102,7 +102,7 @@ Widget* LayoutPart::widget() const
|
| if (element && element->isFrameOwnerElement())
|
| return toHTMLFrameOwnerElement(element)->ownedWidget();
|
|
|
| - return 0;
|
| + return nullptr;
|
| }
|
|
|
| DeprecatedPaintLayerType LayoutPart::layerTypeRequired() const
|
|
|