Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(821)

Unified Diff: Source/core/html/HTMLAnchorElement.h

Issue 344133002: remove HTMLAnchorElement::PrefetchEventHandler (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/html/HTMLAnchorElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLAnchorElement.h
diff --git a/Source/core/html/HTMLAnchorElement.h b/Source/core/html/HTMLAnchorElement.h
index 769c6d2a0eafdef5d553131171bd86ff38fe67fd..6178b33803c9c586c988adbc494605fd73317092 100644
--- a/Source/core/html/HTMLAnchorElement.h
+++ b/Source/core/html/HTMLAnchorElement.h
@@ -82,8 +82,6 @@ public:
LinkHash visitedLinkHash() const;
void invalidateCachedVisitedLinkHash() { m_cachedVisitedLinkHash = 0; }
- virtual void trace(Visitor*) OVERRIDE;
-
protected:
HTMLAnchorElement(const QualifiedName&, Document&);
@@ -107,11 +105,7 @@ private:
AtomicString target() const;
void handleClick(Event*);
- class PrefetchEventHandler;
- PrefetchEventHandler* prefetchEventHandler();
-
uint32_t m_linkRelations;
- OwnPtrWillBeMember<PrefetchEventHandler> m_prefetchEventHandler;
mutable LinkHash m_cachedVisitedLinkHash;
};
« no previous file with comments | « no previous file | Source/core/html/HTMLAnchorElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698