| Index: Source/core/html/HTMLObjectElement.h
|
| diff --git a/Source/core/html/HTMLObjectElement.h b/Source/core/html/HTMLObjectElement.h
|
| index 24fb0159b7a4fc1939835a06663b1ce61d8fca41..c698bc80f8cc1db26c7ad5ab43404ea32ae7c54e 100644
|
| --- a/Source/core/html/HTMLObjectElement.h
|
| +++ b/Source/core/html/HTMLObjectElement.h
|
| @@ -92,7 +92,7 @@ private:
|
| virtual const QualifiedName& subResourceAttributeName() const override;
|
| virtual const AtomicString imageSourceURL() const override;
|
|
|
| - virtual RenderPart* existingRenderPart() const override;
|
| + virtual LayoutPart* existingLayoutPart() const override;
|
|
|
| virtual void updateWidgetInternal() override;
|
| void updateDocNamedItem();
|
|
|