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

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

Powered by Google App Engine
This is Rietveld 408576698