| Index: Source/core/workers/WorkerConsole.cpp
|
| diff --git a/Source/core/workers/WorkerConsole.cpp b/Source/core/workers/WorkerConsole.cpp
|
| index 6227d9d6290d15d803b5363b6aa25a50b6392175..301d363e9f8d73ae6299c047c7aae0af32e80c2c 100644
|
| --- a/Source/core/workers/WorkerConsole.cpp
|
| +++ b/Source/core/workers/WorkerConsole.cpp
|
| @@ -62,7 +62,7 @@ void WorkerConsole::reportMessageToConsole(PassRefPtrWillBeRawPtr<ConsoleMessage
|
| ExecutionContext* WorkerConsole::context()
|
| {
|
| if (!m_scope)
|
| - return 0;
|
| + return nullptr;
|
| return m_scope->executionContext();
|
| }
|
|
|
|
|