| Index: third_party/WebKit/Source/core/dom/DocumentType.h
 | 
| diff --git a/third_party/WebKit/Source/core/dom/DocumentType.h b/third_party/WebKit/Source/core/dom/DocumentType.h
 | 
| index 86549b2e7ffb2314076c1f1b894cb17d676dca24..6ec59160046441f5bce0f152d44c951476272094 100644
 | 
| --- a/third_party/WebKit/Source/core/dom/DocumentType.h
 | 
| +++ b/third_party/WebKit/Source/core/dom/DocumentType.h
 | 
| @@ -49,7 +49,7 @@ private:
 | 
|      PassRefPtrWillBeRawPtr<Node> cloneNode(bool deep) override;
 | 
|  
 | 
|      InsertionNotificationRequest insertedInto(ContainerNode*) override;
 | 
| -    void removedFrom(ContainerNode*) override;
 | 
| +    void removedFrom(ContainerNode* insertionPoint, Node* next) override;
 | 
|  
 | 
|      String m_name;
 | 
|      String m_publicId;
 | 
| 
 |