| 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..7410220a85522902e48fa390bdd53eb11eb23261 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* insertionPoint, Node* next) override;
 | 
|  
 | 
|      void didMoveToNewDocument(Document& oldDocument) override;
 | 
|  
 | 
| 
 |