Index: third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.h |
diff --git a/third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.h b/third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.h |
index 40993bf59036611faa78ad938aea8247a7d36470..d2cc834afa2e049cd8705a45d305adb9a0c4163f 100644 |
--- a/third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.h |
+++ b/third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.h |
@@ -49,6 +49,7 @@ public: |
// V8DebuggerClient implementation. |
void runMessageLoopOnPause(int contextGroupId) override; |
void quitMessageLoopOnPause() override; |
+ bool canAccessContext(v8::Local<v8::Context>) override; |
private: |
WorkerThread* m_workerThread; |