| Index: Source/core/events/ResourceProgressEvent.h
|
| diff --git a/Source/core/events/ResourceProgressEvent.h b/Source/core/events/ResourceProgressEvent.h
|
| index 9c88b193d385964bcf01b79aa6c31aa59089d2f9..bb8ae58a4e643956e5c03e2ca2ee5e32eced0876 100644
|
| --- a/Source/core/events/ResourceProgressEvent.h
|
| +++ b/Source/core/events/ResourceProgressEvent.h
|
| @@ -42,7 +42,7 @@ namespace WebCore {
|
| // (and translate in the case of PNaCl) multiple binary files. It is not
|
| // constructable by web content at all, and so does not provide the usual
|
| // EventInit pattern for Event construction.
|
| -class ResourceProgressEvent : public ProgressEvent {
|
| +class ResourceProgressEvent FINAL : public ProgressEvent {
|
| public:
|
| static PassRefPtr<ResourceProgressEvent> create()
|
| {
|
| @@ -55,7 +55,7 @@ public:
|
|
|
| const String& url() const;
|
|
|
| - virtual const AtomicString& interfaceName() const;
|
| + virtual const AtomicString& interfaceName() const OVERRIDE;
|
|
|
| protected:
|
| ResourceProgressEvent();
|
|
|