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 9afd66b0c98217fecc93fc3b3bce89bfa0a2e66a..9d6985c1818eff5b4fa916c539d2f6904ed4d04f 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLMapElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLMapElement.h |
@@ -50,7 +50,7 @@ private: |
void parseAttribute(const QualifiedName&, const AtomicString&, const AtomicString&) override; |
InsertionNotificationRequest insertedInto(ContainerNode*) override; |
- void removedFrom(ContainerNode*) override; |
+ void removedFrom(ContainerNode*, Node*) override; |
AtomicString m_name; |
}; |