Index: Source/core/html/HTMLPlugInElement.h |
diff --git a/Source/core/html/HTMLPlugInElement.h b/Source/core/html/HTMLPlugInElement.h |
index e9481d02614804719fa95432113caff6fb8a4518..64e74705b56f5a57078a1770550dfc3d47e406be 100644 |
--- a/Source/core/html/HTMLPlugInElement.h |
+++ b/Source/core/html/HTMLPlugInElement.h |
@@ -126,7 +126,7 @@ private: |
virtual void finishParsingChildren() override final; |
// Element functions: |
- virtual RenderObject* createRenderer(const RenderStyle&) override; |
+ virtual LayoutObject* createRenderer(const RenderStyle&) override; |
virtual bool supportsFocus() const override final { return true; } |
virtual bool rendererIsFocusable() const override final; |
virtual bool isKeyboardFocusable() const override final; |