| 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..1f151e150d3211b48d0bafa032f147e617062f04 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*, Node*) override;
|
|
|
| bool layoutObjectIsNeeded(const ComputedStyle&) override;
|
| LayoutObject* createLayoutObject(const ComputedStyle&) override;
|
|
|