| Index: Source/core/events/GenericEventQueue.h
|
| diff --git a/Source/core/events/GenericEventQueue.h b/Source/core/events/GenericEventQueue.h
|
| index 4ed256aabe350c0b74c0d589f1402dc7c23a5fa5..b8d0c7e00f76d74f2a53d7b293c706ff79064c40 100644
|
| --- a/Source/core/events/GenericEventQueue.h
|
| +++ b/Source/core/events/GenericEventQueue.h
|
| @@ -55,7 +55,7 @@ private:
|
| void timerFired(Timer<GenericEventQueue>*);
|
|
|
| RawPtrWillBeMember<EventTarget> m_owner;
|
| - WillBeHeapVector<RefPtrWillBeMember<Event> > m_pendingEvents;
|
| + WillBeHeapVector<RefPtrWillBeMember<Event>> m_pendingEvents;
|
| Timer<GenericEventQueue> m_timer;
|
|
|
| bool m_isClosed;
|
|
|