| Index: third_party/WebKit/Source/core/html/HTMLMapElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLMapElement.h b/third_party/WebKit/Source/core/html/HTMLMapElement.h
|
| index 976243b1028081be52b67f382dd14075e055e94c..9afd66b0c98217fecc93fc3b3bce89bfa0a2e66a 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMapElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMapElement.h
|
| @@ -50,7 +50,7 @@
|
| void parseAttribute(const QualifiedName&, const AtomicString&, const AtomicString&) override;
|
|
|
| InsertionNotificationRequest insertedInto(ContainerNode*) override;
|
| - void removedFrom(ContainerNode* insertionPoint, Node* next) override;
|
| + void removedFrom(ContainerNode*) override;
|
|
|
| AtomicString m_name;
|
| };
|
|
|