Chromium Code Reviews| Index: Source/platform/RefCountedSupplement.h |
| diff --git a/Source/platform/RefCountedSupplement.h b/Source/platform/RefCountedSupplement.h |
| index 077af421ffb2dbaac4b669bb4bf3d51d76d4833b..0cc99eddac5e6372ecbb2c48a06fce77ca93d722 100644 |
| --- a/Source/platform/RefCountedSupplement.h |
| +++ b/Source/platform/RefCountedSupplement.h |
| @@ -49,8 +49,6 @@ public: |
| #endif |
| ThisType* wrapped() const { return m_wrapped.get(); } |
| - virtual void trace(Visitor*) OVERRIDE { } |
| - |
| private: |
| RefPtr<ThisType> m_wrapped; |