Index: Source/core/html/HTMLObjectElement.h |
diff --git a/Source/core/html/HTMLObjectElement.h b/Source/core/html/HTMLObjectElement.h |
index 7a16828307b6bfefd6f2cfe05bc1a5cb5cb7f470..d591db97dc4b9bdc6d145819969625e136174785 100644 |
--- a/Source/core/html/HTMLObjectElement.h |
+++ b/Source/core/html/HTMLObjectElement.h |
@@ -91,7 +91,7 @@ private: |
virtual const QualifiedName& subResourceAttributeName() const override; |
virtual const AtomicString imageSourceURL() const override; |
- virtual RenderWidget* existingRenderWidget() const override; |
+ virtual RenderPart* existingRenderPart() const override; |
virtual void updateWidgetInternal() override; |
void updateDocNamedItem(); |