| Index: Source/web/PluginPlaceholderImpl.h
|
| diff --git a/Source/web/PluginPlaceholderImpl.h b/Source/web/PluginPlaceholderImpl.h
|
| index d31414e62b7de30aee3575a5d5f2838389f09b7f..f2b6b1551ed8495d868a71b6ef3b5395f1eddae1 100644
|
| --- a/Source/web/PluginPlaceholderImpl.h
|
| +++ b/Source/web/PluginPlaceholderImpl.h
|
| @@ -33,13 +33,13 @@ public:
|
| #if ENABLE(OILPAN)
|
| ~PluginPlaceholderImpl();
|
| #else
|
| - virtual ~PluginPlaceholderImpl() override;
|
| + ~PluginPlaceholderImpl() override;
|
| #endif
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| // PluginPlaceholder methods
|
| - virtual void loadIntoContainer(ContainerNode&) override;
|
| + void loadIntoContainer(ContainerNode&) override;
|
|
|
| // Visible for testing.
|
| WebPluginPlaceholder* webPluginPlaceholder() const { return m_webPluginPlaceholder.get(); }
|
|
|