Index: Source/core/events/ScopedEventQueue.h |
diff --git a/Source/core/events/ScopedEventQueue.h b/Source/core/events/ScopedEventQueue.h |
index 7347d4a371d8434c0941c87baf8d6ff6dc9c2b75..eaffa4165dd50f9d138be7507ccf86cd66d490c2 100644 |
--- a/Source/core/events/ScopedEventQueue.h |
+++ b/Source/core/events/ScopedEventQueue.h |
@@ -58,7 +58,7 @@ private: |
static void initialize(); |
void dispatchEvent(PassRefPtrWillBeRawPtr<EventDispatchMediator>) const; |
- WillBePersistentHeapVector<RefPtrWillBeMember<EventDispatchMediator> > m_queuedEventDispatchMediators; |
+ WillBePersistentHeapVector<RefPtrWillBeMember<EventDispatchMediator>> m_queuedEventDispatchMediators; |
unsigned m_scopingLevel; |
static ScopedEventQueue* s_instance; |