Index: Source/core/events/ProgressEvent.h |
diff --git a/Source/core/events/ProgressEvent.h b/Source/core/events/ProgressEvent.h |
index eb5edb72a21efa67d7726f892507e02874d87a15..76bc750a844eec39f231959d746ccb7eccdc6497 100644 |
--- a/Source/core/events/ProgressEvent.h |
+++ b/Source/core/events/ProgressEvent.h |
@@ -57,7 +57,7 @@ public: |
unsigned long long loaded() const { return m_loaded; } |
unsigned long long total() const { return m_total; } |
- virtual const AtomicString& interfaceName() const; |
+ virtual const AtomicString& interfaceName() const OVERRIDE; |
protected: |
ProgressEvent(); |