| 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);
|
|
|
|
|