| 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&);
|
|
|
|
|