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

Unified Diff: Source/core/html/LabelableElement.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/ImageDocument.cpp ('k') | Source/core/html/LabelableElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/LabelableElement.h
diff --git a/Source/core/html/LabelableElement.h b/Source/core/html/LabelableElement.h
index 16e46a68925e0ddf7e599c16a1d4e4890196fac6..16d1b190f6a3196a0ec23c171e8457fa8348b236 100644
--- a/Source/core/html/LabelableElement.h
+++ b/Source/core/html/LabelableElement.h
@@ -46,6 +46,8 @@ public:
protected:
LabelableElement(const QualifiedName& tagName, Handle<Document>);
+ virtual void acceptHeapVisitor(Visitor*) const OVERRIDE;
+
private:
virtual bool isLabelable() const OVERRIDE FINAL { return true; }
};
« no previous file with comments | « Source/core/html/ImageDocument.cpp ('k') | Source/core/html/LabelableElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698