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

Unified Diff: Source/core/dom/WheelController.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/dom/WheelController.h
diff --git a/Source/core/dom/WheelController.h b/Source/core/dom/WheelController.h
index aa2d5ae069922866cda9753b85ff8df72ce20d80..fe1bbde24e75886ff19f868f74886bf0203eb8bd 100644
--- a/Source/core/dom/WheelController.h
+++ b/Source/core/dom/WheelController.h
@@ -52,8 +52,6 @@ public:
virtual void didAddEventListener(DOMWindow*, const AtomicString&) OVERRIDE;
virtual void didRemoveEventListener(DOMWindow*, const AtomicString&) OVERRIDE;
- virtual void trace(Visitor* visitor) OVERRIDE { DocumentSupplement::trace(visitor); }
-
private:
explicit WheelController(Document&);

Powered by Google App Engine
This is Rietveld 408576698