| Index: Source/core/html/HTMLPlugInElement.h
|
| diff --git a/Source/core/html/HTMLPlugInElement.h b/Source/core/html/HTMLPlugInElement.h
|
| index dac61731b8e4b0f748a079f7593fae37edfb3ce0..9807d30f6c7de8940f07e3a27a8df357da063b37 100644
|
| --- a/Source/core/html/HTMLPlugInElement.h
|
| +++ b/Source/core/html/HTMLPlugInElement.h
|
| @@ -45,7 +45,7 @@ enum PreferPlugInsForImagesOption {
|
| class HTMLPlugInElement : public HTMLFrameOwnerElement {
|
| public:
|
| virtual ~HTMLPlugInElement();
|
| - virtual void trace(Visitor*) override;
|
| + DECLARE_VIRTUAL_TRACE();
|
| #if ENABLE(OILPAN)
|
| virtual void disconnectContentFrame() override;
|
| void shouldDisposePlugin();
|
|
|