Index: Source/core/html/HTMLEmbedElement.h |
diff --git a/Source/core/html/HTMLEmbedElement.h b/Source/core/html/HTMLEmbedElement.h |
index b62e69f4ace3e1ecafc3194149e0829accbab373..5b7e50ee9257871640b925fd5c4cf2ba654c2787 100644 |
--- a/Source/core/html/HTMLEmbedElement.h |
+++ b/Source/core/html/HTMLEmbedElement.h |
@@ -46,7 +46,7 @@ private: |
virtual bool isURLAttribute(const Attribute&) const override; |
virtual const QualifiedName& subResourceAttributeName() const override; |
- virtual RenderPart* existingRenderPart() const override; |
+ virtual LayoutPart* existingLayoutPart() const override; |
virtual void updateWidgetInternal() override; |