| Index: third_party/WebKit/Source/core/html/HTMLIFrameElement.h
 | 
| diff --git a/third_party/WebKit/Source/core/html/HTMLIFrameElement.h b/third_party/WebKit/Source/core/html/HTMLIFrameElement.h
 | 
| index 3c52fda064a3133f7bce27dcff18723f83d928df..97d679d39778c8e2a4ae0ac99cd2101a75db6c7a 100644
 | 
| --- a/third_party/WebKit/Source/core/html/HTMLIFrameElement.h
 | 
| +++ b/third_party/WebKit/Source/core/html/HTMLIFrameElement.h
 | 
| @@ -46,7 +46,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;
 | 
|  
 | 
|      bool layoutObjectIsNeeded(const ComputedStyle&) override;
 | 
|      LayoutObject* createLayoutObject(const ComputedStyle&) override;
 | 
| 
 |