| Index: Source/web/ContextFeaturesClientImpl.cpp
|
| diff --git a/Source/web/ContextFeaturesClientImpl.cpp b/Source/web/ContextFeaturesClientImpl.cpp
|
| index a50ff6908172b85c0337113503ac424c24afa6b3..5a35d738de743ac5f58911e60bcfd9794efa84d1 100644
|
| --- a/Source/web/ContextFeaturesClientImpl.cpp
|
| +++ b/Source/web/ContextFeaturesClientImpl.cpp
|
| @@ -89,6 +89,11 @@ public:
|
|
|
| void validateAgainst(Document*);
|
|
|
| + virtual void trace(Visitor* visitor) override
|
| + {
|
| + DocumentSupplement::trace(visitor);
|
| + }
|
| +
|
| private:
|
| String m_domain;
|
| Entry m_entries[ContextFeatures::FeatureTypeSize];
|
|
|