Index: Source/platform/RefCountedSupplement.h |
diff --git a/Source/platform/RefCountedSupplement.h b/Source/platform/RefCountedSupplement.h |
index bb6d5e724f6a284c2625509e660824712b1f00ff..6a333ac744e61a73673b030604f7b1972a171559 100644 |
--- a/Source/platform/RefCountedSupplement.h |
+++ b/Source/platform/RefCountedSupplement.h |
@@ -40,7 +40,7 @@ public: |
virtual ~RefCountedSupplement() { } |
virtual void hostDestroyed() { } |
- class Wrapper : public Supplement<T> { |
+ class Wrapper FINAL : public Supplement<T> { |
public: |
explicit Wrapper(PassRefPtr<ThisType> wrapped) : m_wrapped(wrapped) { } |
virtual ~Wrapper() { m_wrapped->hostDestroyed(); } |