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