| Index: Source/core/dom/Text.h
|
| diff --git a/Source/core/dom/Text.h b/Source/core/dom/Text.h
|
| index 1b4c0bf5594927bb2172308c8adb85cf227810b9..b7b205afbe1f414bd017c0e4af9b987e6441a2a0 100644
|
| --- a/Source/core/dom/Text.h
|
| +++ b/Source/core/dom/Text.h
|
| @@ -61,6 +61,8 @@ public:
|
| virtual bool canContainRangeEndPoint() const override final { return true; }
|
| virtual NodeType nodeType() const override;
|
|
|
| + virtual void trace(Visitor*) override;
|
| +
|
| protected:
|
| Text(TreeScope& treeScope, const String& data, ConstructionType type)
|
| : CharacterData(treeScope, data, type) { }
|
|
|