summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/html/html_anchor_element.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/html/html_anchor_element.h')
-rw-r--r--chromium/third_party/blink/renderer/core/html/html_anchor_element.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/core/html/html_anchor_element.h b/chromium/third_party/blink/renderer/core/html/html_anchor_element.h
index a03d11f5c20..46fa061558f 100644
--- a/chromium/third_party/blink/renderer/core/html/html_anchor_element.h
+++ b/chromium/third_party/blink/renderer/core/html/html_anchor_element.h
@@ -93,7 +93,6 @@ class CORE_EXPORT HTMLAnchorElement : public HTMLElement, public DOMURLUtils {
void SendPings(const KURL& destination_url) const;
void Trace(blink::Visitor*) override;
- void TraceWrappers(ScriptWrappableVisitor*) const override;
protected:
HTMLAnchorElement(const QualifiedName&, Document&);