| Index: Source/core/html/HTMLPlugInElement.h
|
| diff --git a/Source/core/html/HTMLPlugInElement.h b/Source/core/html/HTMLPlugInElement.h
|
| index cac4254b186b69ffc774ad99eb129a13ef7fe0ef..2f7d0cc4d69e9b953b464484ad704f99d847346d 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 LayoutObject* createLayoutObject(const LayoutStyle&) override;
|
| + virtual LayoutObject* createLayoutObject(const ComputedStyle&) override;
|
| virtual bool supportsFocus() const override final { return true; }
|
| virtual bool layoutObjectIsFocusable() const override final;
|
| virtual bool isKeyboardFocusable() const override final;
|
|
|