| Index: Source/core/html/HTMLAppletElement.h
|
| diff --git a/Source/core/html/HTMLAppletElement.h b/Source/core/html/HTMLAppletElement.h
|
| index 033bdb49704143530b8ef3f67c43c82c2d6eaa21..500a2e21aca1579b620397b0944c07e0abaf0d34 100644
|
| --- a/Source/core/html/HTMLAppletElement.h
|
| +++ b/Source/core/html/HTMLAppletElement.h
|
| @@ -35,7 +35,7 @@ public:
|
| static PassRefPtrWillBeRawPtr<HTMLAppletElement> create(Document&, bool createdByParser);
|
|
|
| protected:
|
| - virtual RenderPart* renderPartForJSBindings() const override;
|
| + virtual LayoutPart* layoutPartForJSBindings() const override;
|
|
|
| private:
|
| HTMLAppletElement(Document&, bool createdByParser);
|
| @@ -47,7 +47,7 @@ private:
|
| virtual bool rendererIsNeeded(const LayoutStyle&) override;
|
| virtual LayoutObject* createRenderer(const LayoutStyle&) override;
|
|
|
| - virtual RenderPart* existingRenderPart() const override;
|
| + virtual LayoutPart* existingLayoutPart() const override;
|
| virtual void updateWidgetInternal() override;
|
|
|
| bool canEmbedJava() const;
|
|
|