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