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

Unified Diff: Source/core/dom/CDATASection.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/Attr.cpp ('k') | Source/core/dom/CDATASection.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/CDATASection.h
diff --git a/Source/core/dom/CDATASection.h b/Source/core/dom/CDATASection.h
index 8234624dbfb5618a2b8cafdd81721d635399131a..a042c1cf958613d8232b822c872e03f9e703705d 100644
--- a/Source/core/dom/CDATASection.h
+++ b/Source/core/dom/CDATASection.h
@@ -31,6 +31,8 @@ class CDATASection : public Text {
public:
static PassRefPtr<CDATASection> create(Handle<Document>, const String&);
+ virtual void acceptHeapVisitor(Visitor*) const OVERRIDE;
+
private:
CDATASection(Handle<Document>, const String&);
« no previous file with comments | « Source/core/dom/Attr.cpp ('k') | Source/core/dom/CDATASection.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698