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

Unified Diff: Source/core/dom/Text.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/dom/TemplateContentDocumentFragment.h ('k') | Source/core/dom/Text.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Text.h
diff --git a/Source/core/dom/Text.h b/Source/core/dom/Text.h
index 3d53a188c355d9d5c7ca1b9855781ddb9fb9d9b0..09b9f943c1fccf868f2baa10088317a4a32a1356 100644
--- a/Source/core/dom/Text.h
+++ b/Source/core/dom/Text.h
@@ -62,6 +62,8 @@ protected:
ScriptWrappable::init(this);
}
+ virtual void acceptHeapVisitor(Visitor*) const OVERRIDE;
+
private:
virtual String nodeName() const;
virtual PassRefPtr<Node> cloneNode(bool deep);
« no previous file with comments | « Source/core/dom/TemplateContentDocumentFragment.h ('k') | Source/core/dom/Text.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698