Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1645)

Unified Diff: Source/web/ContextFeaturesClientImpl.cpp

Issue 835363003: Oilpan: add missing leftmost trace()s for GC mixins. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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];

Powered by Google App Engine
This is Rietveld 408576698