| Index: Source/core/dom/CharacterData.h
|
| diff --git a/Source/core/dom/CharacterData.h b/Source/core/dom/CharacterData.h
|
| index 3fa9fe292d6e56a31052183f47dd970a8d52274e..454c8d9b5accf47592001569404582f4d2b63386 100644
|
| --- a/Source/core/dom/CharacterData.h
|
| +++ b/Source/core/dom/CharacterData.h
|
| @@ -65,6 +65,8 @@ protected:
|
| }
|
| void dispatchModifiedEvent(const String& oldValue);
|
|
|
| + virtual void acceptHeapVisitor(Visitor*) const OVERRIDE;
|
| +
|
| private:
|
| virtual String nodeValue() const;
|
| virtual void setNodeValue(const String&, ExceptionCode&);
|
|
|