Index: third_party/WebKit/Source/core/html/HTMLObjectElement.h |
diff --git a/third_party/WebKit/Source/core/html/HTMLObjectElement.h b/third_party/WebKit/Source/core/html/HTMLObjectElement.h |
index 1a7970aa3347321edbe7f1881695a3827e328808..f7e5a9453b485a6a139bf942ae6e6544e4f8cbad 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLObjectElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLObjectElement.h |
@@ -79,7 +79,7 @@ private: |
void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) override; |
InsertionNotificationRequest insertedInto(ContainerNode*) override; |
- void removedFrom(ContainerNode*) override; |
+ void removedFrom(ContainerNode*, Node*) override; |
void didMoveToNewDocument(Document& oldDocument) override; |