| Index: Source/core/workers/WorkerGlobalScope.h | 
| diff --git a/Source/core/workers/WorkerGlobalScope.h b/Source/core/workers/WorkerGlobalScope.h | 
| index f8e5335fe2b24b8c16e5b0eedc136e0db6610693..bf71998262a6b08954e2a3cb1bad6f738a5d68c6 100644 | 
| --- a/Source/core/workers/WorkerGlobalScope.h | 
| +++ b/Source/core/workers/WorkerGlobalScope.h | 
| @@ -171,7 +171,7 @@ private: | 
|  | 
| OwnPtrWillBeMember<ConsoleMessageStorage> m_messageStorage; | 
|  | 
| -    HashMap<unsigned long, RefPtr<ConsoleMessage> > m_pendingMessages; | 
| +    WillBeHeapHashMap<unsigned long, RefPtrWillBeMember<ConsoleMessage>> m_pendingMessages; | 
| }; | 
|  | 
| DEFINE_TYPE_CASTS(WorkerGlobalScope, ExecutionContext, context, context->isWorkerGlobalScope(), context.isWorkerGlobalScope()); | 
|  |