| Index: third_party/WebKit/Source/core/html/HTMLFormElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFormElement.h b/third_party/WebKit/Source/core/html/HTMLFormElement.h
|
| index 9bb909cbde9cd2e009faa67f6d13fdf7f6b2e006..d8293ce828b9e74974c47d486a7a9bcff1c14acc 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFormElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFormElement.h
|
| @@ -123,7 +123,7 @@ private:
|
|
|
| bool layoutObjectIsNeeded(const ComputedStyle&) override;
|
| InsertionNotificationRequest insertedInto(ContainerNode*) override;
|
| - void removedFrom(ContainerNode*) override;
|
| + void removedFrom(ContainerNode*, Node*) override;
|
| void finishParsingChildren() override;
|
|
|
| void handleLocalEvents(Event&) override;
|
|
|