| Index: Source/core/layout/LayoutEmbeddedObject.cpp
|
| diff --git a/Source/core/layout/LayoutEmbeddedObject.cpp b/Source/core/layout/LayoutEmbeddedObject.cpp
|
| index 0d6845afba516ea9fb376ee33eb1cad0b44f5beb..0c977018a2d26a0eff8882cbcd1bd717ca84c6fc 100644
|
| --- a/Source/core/layout/LayoutEmbeddedObject.cpp
|
| +++ b/Source/core/layout/LayoutEmbeddedObject.cpp
|
| @@ -167,7 +167,7 @@ CompositingReasons LayoutEmbeddedObject::additionalCompositingReasons() const
|
| LayoutBox* LayoutEmbeddedObject::embeddedContentBox() const
|
| {
|
| if (!node() || !widget() || !widget()->isFrameView())
|
| - return 0;
|
| + return nullptr;
|
| return toFrameView(widget())->embeddedContentBox();
|
| }
|
|
|
|
|