| Index: Source/core/events/GenericEventQueue.h
|
| diff --git a/Source/core/events/GenericEventQueue.h b/Source/core/events/GenericEventQueue.h
|
| index ab80f89a8ff15822074be61c535590dc09739f71..cf8e8a6584858e9eefc887e4369f448cd6f23f60 100644
|
| --- a/Source/core/events/GenericEventQueue.h
|
| +++ b/Source/core/events/GenericEventQueue.h
|
| @@ -35,7 +35,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -class GenericEventQueue : public EventQueue {
|
| +class GenericEventQueue FINAL : public EventQueue {
|
| WTF_MAKE_FAST_ALLOCATED;
|
| public:
|
| explicit GenericEventQueue(EventTarget*);
|
|
|