| Index: Source/core/html/HTMLPlugInElement.h
|
| diff --git a/Source/core/html/HTMLPlugInElement.h b/Source/core/html/HTMLPlugInElement.h
|
| index 55f21559795ed94e10b5063d5134207b67adc467..2ed557b19f27ced2f8a3e0fe7c4e256c3b8ffdb5 100644
|
| --- a/Source/core/html/HTMLPlugInElement.h
|
| +++ b/Source/core/html/HTMLPlugInElement.h
|
| @@ -82,6 +82,8 @@ public:
|
| bool usePlaceholderContent() const { return m_placeholder; }
|
| void setPlaceholder(PassOwnPtrWillBeRawPtr<PluginPlaceholder>);
|
|
|
| + void removedFrom(ContainerNode* insertionPoint) override;
|
| +
|
| protected:
|
| HTMLPlugInElement(const QualifiedName& tagName, Document&, bool createdByParser, PreferPlugInsForImagesOption);
|
|
|
|
|