| Index: third_party/WebKit/Source/core/html/HTMLBaseElement.h
 | 
| diff --git a/third_party/WebKit/Source/core/html/HTMLBaseElement.h b/third_party/WebKit/Source/core/html/HTMLBaseElement.h
 | 
| index 6d5d16af12d665f74f576b96cd8dc9395926a8b4..d14bbd91bdeba3e6a5a58960a37489e1750c5dd9 100644
 | 
| --- a/third_party/WebKit/Source/core/html/HTMLBaseElement.h
 | 
| +++ b/third_party/WebKit/Source/core/html/HTMLBaseElement.h
 | 
| @@ -41,7 +41,7 @@ private:
 | 
|      bool isURLAttribute(const Attribute&) const override;
 | 
|      void parseAttribute(const QualifiedName&, const AtomicString&, const AtomicString&) override;
 | 
|      InsertionNotificationRequest insertedInto(ContainerNode*) override;
 | 
| -    void removedFrom(ContainerNode*) override;
 | 
| +    void removedFrom(ContainerNode* insertionPoint, Node* next) override;
 | 
|  };
 | 
|  
 | 
|  } // namespace blink
 | 
| 
 |