Index: Source/core/html/HTMLAnchorElement.h |
diff --git a/Source/core/html/HTMLAnchorElement.h b/Source/core/html/HTMLAnchorElement.h |
index 6178b33803c9c586c988adbc494605fd73317092..f3a810e61b27436e12a4439b8b72c779df00be2e 100644 |
--- a/Source/core/html/HTMLAnchorElement.h |
+++ b/Source/core/html/HTMLAnchorElement.h |
@@ -100,6 +100,7 @@ private: |
virtual short tabIndex() const OVERRIDE FINAL; |
virtual bool draggable() const OVERRIDE FINAL; |
virtual bool isInteractiveContent() const OVERRIDE FINAL; |
+ virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE; |
void sendPings(const KURL& destinationURL); |
AtomicString target() const; |