Index: Source/platform/RefCountedSupplement.h |
diff --git a/Source/platform/RefCountedSupplement.h b/Source/platform/RefCountedSupplement.h |
index 0cc99eddac5e6372ecbb2c48a06fce77ca93d722..e5f97896bb602ec865bde51cd3a6e5ff866cb6e1 100644 |
--- a/Source/platform/RefCountedSupplement.h |
+++ b/Source/platform/RefCountedSupplement.h |
@@ -45,7 +45,7 @@ public: |
explicit Wrapper(PassRefPtr<ThisType> wrapped) : m_wrapped(wrapped) { } |
virtual ~Wrapper() { } |
#if ENABLE(SECURITY_ASSERT) |
- virtual bool isRefCountedWrapper() const OVERRIDE { return true; } |
+ virtual bool isRefCountedWrapper() const override { return true; } |
#endif |
ThisType* wrapped() const { return m_wrapped.get(); } |