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

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

Issue 20123003: [oilpan] The Node hierarchy should have correct accept method chains (Closed) Base URL: svn://svn.chromium.org/blink/branches/oilpan
Patch Set: Created 7 years, 5 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 | « Source/core/html/FileInputType.cpp ('k') | 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 60e49b5056dc4e50c091660489812693dc018573..7f5434d5e17bbc2942a3a5a06c5dd9439408804b 100644
--- a/Source/core/html/HTMLAnchorElement.h
+++ b/Source/core/html/HTMLAnchorElement.h
@@ -102,13 +102,13 @@ public:
LinkHash visitedLinkHash() const;
void invalidateCachedVisitedLinkHash() { m_cachedVisitedLinkHash = 0; }
- virtual void acceptHeapVisitor(Visitor* visitor) const { HTMLElement::acceptHeapVisitor(visitor); }
-
protected:
HTMLAnchorElement(const QualifiedName&, Handle<Document>);
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
+ virtual void acceptHeapVisitor(Visitor*) const OVERRIDE;
+
private:
virtual bool supportsFocus() const;
virtual bool isMouseFocusable() const;
« no previous file with comments | « Source/core/html/FileInputType.cpp ('k') | Source/core/html/HTMLAnchorElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698