| Index: Source/core/events/ScopedEventQueue.cpp
|
| diff --git a/Source/core/events/ScopedEventQueue.cpp b/Source/core/events/ScopedEventQueue.cpp
|
| index 4859195360b6b48efe47230a0e968c664d0b3c64..bc543353ae9da1e53de60f3ee086a6fb507e8528 100644
|
| --- a/Source/core/events/ScopedEventQueue.cpp
|
| +++ b/Source/core/events/ScopedEventQueue.cpp
|
| @@ -69,7 +69,7 @@ void ScopedEventQueue::enqueueEventDispatchMediator(PassRefPtrWillBeRawPtr<Event
|
|
|
| void ScopedEventQueue::dispatchAllEvents()
|
| {
|
| - WillBeHeapVector<RefPtrWillBeMember<EventDispatchMediator> > queuedEventDispatchMediators;
|
| + WillBeHeapVector<RefPtrWillBeMember<EventDispatchMediator>> queuedEventDispatchMediators;
|
| queuedEventDispatchMediators.swap(m_queuedEventDispatchMediators);
|
|
|
| for (size_t i = 0; i < queuedEventDispatchMediators.size(); i++)
|
|
|