Index: third_party/WebKit/Source/core/inspector/MainThreadDebugger.h |
diff --git a/third_party/WebKit/Source/core/inspector/MainThreadDebugger.h b/third_party/WebKit/Source/core/inspector/MainThreadDebugger.h |
index c36bfe7141798a970aadeb440144b92f3c0a512e..b761b0532d1155e8f6c75bcd57eec6ae6f3f383e 100644 |
--- a/third_party/WebKit/Source/core/inspector/MainThreadDebugger.h |
+++ b/third_party/WebKit/Source/core/inspector/MainThreadDebugger.h |
@@ -77,7 +77,7 @@ private: |
// V8DebuggerClient implementation. |
void runMessageLoopOnPause(int contextGroupId) override; |
void quitMessageLoopOnPause() override; |
- bool canAccessContext(v8::Local<v8::Context>) override; |
+ bool callingContextCanAccessContext(v8::Local<v8::Context>) override; |
static WTF::Mutex& creationMutex(); |