| Index: Source/core/dom/Text.h | 
| diff --git a/Source/core/dom/Text.h b/Source/core/dom/Text.h | 
| index b6626a0afed801637e154405cd07a93320e77d07..771bc95be219f670f5a78d1e3c74d3c45dcbc736 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) { } | 
|  |