| Index: third_party/WebKit/Source/core/workers/WorkerConsole.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/workers/WorkerConsole.cpp b/third_party/WebKit/Source/core/workers/WorkerConsole.cpp
 | 
| index 00f2f112b318ce84d9e615f5dd512b21b34d0ccb..33f96f755f96a527c447aa1f3b5daa044183721e 100644
 | 
| --- a/third_party/WebKit/Source/core/workers/WorkerConsole.cpp
 | 
| +++ b/third_party/WebKit/Source/core/workers/WorkerConsole.cpp
 | 
| @@ -55,7 +55,7 @@ ExecutionContext* WorkerConsole::context()
 | 
|  {
 | 
|      if (!m_scope)
 | 
|          return nullptr;
 | 
| -    return m_scope->executionContext();
 | 
| +    return m_scope->getExecutionContext();
 | 
|  }
 | 
|  
 | 
|  DEFINE_TRACE(WorkerConsole)
 | 
| 
 |