| 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 8f7d53f68da6255f6cd2f1f92f758ed886094ff9..8322e0a35655a5af537bbd6cdfb6fdbc881f3839 100644
|
| --- a/third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.cpp
|
| @@ -84,11 +84,6 @@ void WorkerThreadDebugger::quitMessageLoopOnPause()
|
| m_workerThread->stopRunningDebuggerTasksOnPauseOnWorkerThread();
|
| }
|
|
|
| -bool WorkerThreadDebugger::callingContextCanAccessContext(v8::Local<v8::Context> calling, v8::Local<v8::Context> target)
|
| -{
|
| - return true;
|
| -}
|
| -
|
| int WorkerThreadDebugger::ensureDefaultContextInGroup(int contextGroupId)
|
| {
|
| ASSERT(contextGroupId == workerContextGroupId);
|
|
|