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

Unified Diff: Source/web/ContextFeaturesClientImpl.cpp

Issue 270213006: Oilpan: Remove unnecessary trace methods in the supplement hierarchy. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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 9e8638f07713a5fe1ad58449068a7d10abbcfa8b..5f4b82b629ca6c435d78864a77c6b6bdbfbb97f0 100644
--- a/Source/web/ContextFeaturesClientImpl.cpp
+++ b/Source/web/ContextFeaturesClientImpl.cpp
@@ -91,8 +91,6 @@ 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