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

Unified Diff: Source/core/html/imports/HTMLImportsController.h

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/core/html/imports/HTMLImportsController.h
diff --git a/Source/core/html/imports/HTMLImportsController.h b/Source/core/html/imports/HTMLImportsController.h
index c5a75e47176af12f9ceef8293a9e631eb7e5438e..4be2dcb04c625d1fb600d9e671d26061ef210d17 100644
--- a/Source/core/html/imports/HTMLImportsController.h
+++ b/Source/core/html/imports/HTMLImportsController.h
@@ -78,8 +78,6 @@ public:
void recalcTimerFired(Timer<HTMLImportsController>*);
- virtual void trace(Visitor* visitor) OVERRIDE { DocumentSupplement::trace(visitor); }
-
HTMLImportLoader* createLoader();
size_t loaderCount() const { return m_loaders.size(); }

Powered by Google App Engine
This is Rietveld 408576698