| Index: Source/core/html/HTMLAnchorElement.h
|
| diff --git a/Source/core/html/HTMLAnchorElement.h b/Source/core/html/HTMLAnchorElement.h
|
| index f3a810e61b27436e12a4439b8b72c779df00be2e..6178b33803c9c586c988adbc494605fd73317092 100644
|
| --- a/Source/core/html/HTMLAnchorElement.h
|
| +++ b/Source/core/html/HTMLAnchorElement.h
|
| @@ -100,7 +100,6 @@ 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;
|
|
|