| Index: sky/engine/core/events/GenericEventQueue.h
|
| diff --git a/sky/engine/core/events/GenericEventQueue.h b/sky/engine/core/events/GenericEventQueue.h
|
| index 3c7d54ec541230032331ab38fb26e7c03bff732a..a22e9cbe36fa66de4f63f9d5572c155510f81743 100644
|
| --- a/sky/engine/core/events/GenericEventQueue.h
|
| +++ b/sky/engine/core/events/GenericEventQueue.h
|
| @@ -36,7 +36,7 @@
|
| namespace blink {
|
|
|
| class GenericEventQueue final : public EventQueue {
|
| - WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED;
|
| + WTF_MAKE_FAST_ALLOCATED;
|
| public:
|
| static PassOwnPtr<GenericEventQueue> create(EventTarget*);
|
| virtual ~GenericEventQueue();
|
|
|