| Index: third_party/WebKit/Source/core/html/HTMLBaseElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLBaseElement.h b/third_party/WebKit/Source/core/html/HTMLBaseElement.h
|
| index 6d5d16af12d665f74f576b96cd8dc9395926a8b4..d102fb3ee5f639965f1360d8472a845feb7780ab 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLBaseElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLBaseElement.h
|
| @@ -41,7 +41,7 @@ private:
|
| bool isURLAttribute(const Attribute&) const override;
|
| void parseAttribute(const QualifiedName&, const AtomicString&, const AtomicString&) override;
|
| InsertionNotificationRequest insertedInto(ContainerNode*) override;
|
| - void removedFrom(ContainerNode*) override;
|
| + void removedFrom(ContainerNode*, Node*) override;
|
| };
|
|
|
| } // namespace blink
|
|
|