| Index: Source/core/events/MutationEvent.h
|
| diff --git a/Source/core/events/MutationEvent.h b/Source/core/events/MutationEvent.h
|
| index f0ef13e5b6c90b804b5027a4efc9ec95d6cf8038..e2e9f56ac140308bf09e819aa5e1ac09b15b82b0 100644
|
| --- a/Source/core/events/MutationEvent.h
|
| +++ b/Source/core/events/MutationEvent.h
|
| @@ -29,7 +29,7 @@
|
|
|
| namespace WebCore {
|
|
|
| - class MutationEvent : public Event {
|
| + class MutationEvent FINAL : public Event {
|
| public:
|
| virtual ~MutationEvent();
|
|
|
| @@ -60,7 +60,7 @@ namespace WebCore {
|
| String attrName() const { return m_attrName; }
|
| unsigned short attrChange() const { return m_attrChange; }
|
|
|
| - virtual const AtomicString& interfaceName() const;
|
| + virtual const AtomicString& interfaceName() const OVERRIDE;
|
|
|
| private:
|
| MutationEvent();
|
|
|