| Index: third_party/WebKit/Source/core/html/HTMLMapElement.h
 | 
| diff --git a/third_party/WebKit/Source/core/html/HTMLMapElement.h b/third_party/WebKit/Source/core/html/HTMLMapElement.h
 | 
| index 9afd66b0c98217fecc93fc3b3bce89bfa0a2e66a..976243b1028081be52b67f382dd14075e055e94c 100644
 | 
| --- a/third_party/WebKit/Source/core/html/HTMLMapElement.h
 | 
| +++ b/third_party/WebKit/Source/core/html/HTMLMapElement.h
 | 
| @@ -50,7 +50,7 @@ private:
 | 
|      void parseAttribute(const QualifiedName&, const AtomicString&, const AtomicString&) override;
 | 
|  
 | 
|      InsertionNotificationRequest insertedInto(ContainerNode*) override;
 | 
| -    void removedFrom(ContainerNode*) override;
 | 
| +    void removedFrom(ContainerNode* insertionPoint, Node* next) override;
 | 
|  
 | 
|      AtomicString m_name;
 | 
|  };
 | 
| 
 |