| Index: Source/core/workers/WorkerGlobalScope.h
 | 
| diff --git a/Source/core/workers/WorkerGlobalScope.h b/Source/core/workers/WorkerGlobalScope.h
 | 
| index 9347b4bb67c1b19583624b8069ef0297b4b1f4ad..47eeff2574b1c7caf97d285d2cd2fe0fa91cb3fe 100644
 | 
| --- a/Source/core/workers/WorkerGlobalScope.h
 | 
| +++ b/Source/core/workers/WorkerGlobalScope.h
 | 
| @@ -184,7 +184,7 @@ namespace blink {
 | 
|          double m_timeOrigin;
 | 
|          TerminationObserver* m_terminationObserver;
 | 
|  
 | 
| -        OwnPtr<ConsoleMessageStorage> m_messageStorage;
 | 
| +        OwnPtrWillBeMember<ConsoleMessageStorage> m_messageStorage;
 | 
|      };
 | 
|  
 | 
|  DEFINE_TYPE_CASTS(WorkerGlobalScope, ExecutionContext, context, context->isWorkerGlobalScope(), context.isWorkerGlobalScope());
 | 
| 
 |