| Index: third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.cpp b/third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.cpp
|
| index 32259d9c5f46fcae3cea31d48d4889689ca735f6..b0526b619025c3ea8e3ed573aaac59f2ff0cf5c3 100644
|
| --- a/third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.cpp
|
| @@ -78,7 +78,7 @@ void WorkerThreadDebugger::quitMessageLoopOnPause()
|
| m_paused = false;
|
| }
|
|
|
| -bool WorkerThreadDebugger::canAccessContext(v8::Local<v8::Context> context)
|
| +bool WorkerThreadDebugger::callingContextCanAccessContext(v8::Local<v8::Context> context)
|
| {
|
| return true;
|
| }
|
|
|