| Index: third_party/WebKit/Source/core/html/HTMLPlugInElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLPlugInElement.h b/third_party/WebKit/Source/core/html/HTMLPlugInElement.h
|
| index da253c3086ca877709e6111d0948475d6f07dfeb..afe27dc4c242ec9e98ae7c190e5b7283a30c9fe6 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLPlugInElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLPlugInElement.h
|
| @@ -69,7 +69,7 @@ public:
|
| void requestPluginCreationWithoutLayoutObjectIfPossible();
|
| void createPluginWithoutLayoutObject();
|
|
|
| - void removedFrom(ContainerNode* insertionPoint) override;
|
| + void removedFrom(ContainerNode* insertionPoint, Node* next) override;
|
|
|
| protected:
|
| HTMLPlugInElement(const QualifiedName& tagName, Document&, bool createdByParser, PreferPlugInsForImagesOption);
|
|
|