Index: third_party/WebKit/Source/core/workers/WorkerGlobalScope.h |
diff --git a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h |
index 6b19d23264fff8c843e8f28be1130785f55894e9..24101502ba58f33c786f5e371118bebd7fdde4df 100644 |
--- a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h |
+++ b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h |
@@ -208,7 +208,7 @@ class CORE_EXPORT WorkerGlobalScope |
const double m_timeOrigin; |
- HeapListHashSet<Member<V8AbstractEventListener>> m_eventListeners; |
+ HeapHashSet<Member<V8AbstractEventListener>> m_eventListeners; |
HeapHashMap<int, Member<ErrorEvent>> m_pendingErrorEvents; |
int m_lastPendingErrorEventId; |