Index: Source/core/html/HTMLEmbedElement.h |
diff --git a/Source/core/html/HTMLEmbedElement.h b/Source/core/html/HTMLEmbedElement.h |
index 11823b3dc0f5f31140427374b82bfbca6e73b35e..94af1347ea91b6f963e0e103ba630ddc714573c6 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 RenderWidget* existingRenderWidget() const override; |
+ virtual RenderPart* existingRenderPart() const override; |
virtual void updateWidgetInternal() override; |