Index: Source/core/layout/LayoutEmbeddedObject.h |
diff --git a/Source/core/layout/LayoutEmbeddedObject.h b/Source/core/layout/LayoutEmbeddedObject.h |
index fb5d6a3500f7a993a01aa140ed52acb981a05f3d..9ed47bafd8bb574605a277b2eca4b084aa343b48 100644 |
--- a/Source/core/layout/LayoutEmbeddedObject.h |
+++ b/Source/core/layout/LayoutEmbeddedObject.h |
@@ -52,7 +52,7 @@ private: |
virtual const char* renderName() const override { return "LayoutEmbeddedObject"; } |
virtual bool isOfType(LayoutObjectType type) const override { return type == LayoutObjectEmbeddedObject || LayoutPart::isOfType(type); } |
- virtual RenderBox* embeddedContentBox() const override final; |
+ virtual LayoutBox* embeddedContentBox() const override final; |
virtual LayerType layerTypeRequired() const override final; |