Index: src/inspector/v8-debugger.cc |
diff --git a/src/inspector/v8-debugger.cc b/src/inspector/v8-debugger.cc |
index 331ef69c350024376387acc426e7a95a2f609a65..a6b1219bc6ce027f4f51eefb774b9ceb2c5dba46 100644 |
--- a/src/inspector/v8-debugger.cc |
+++ b/src/inspector/v8-debugger.cc |
@@ -486,7 +486,7 @@ void V8Debugger::handleProgramBreak(v8::Local<v8::Context> pausedContext, |
v8::Context::Scope scope(pausedContext); |
v8::Local<v8::Context> context = m_isolate->GetCurrentContext(); |
CHECK(!context.IsEmpty() && |
- context != v8::Debug::GetDebugContext(m_isolate)); |
+ context != v8::debug::GetDebugContext(m_isolate)); |
m_inspector->client()->runMessageLoopOnPause(groupId); |
// The agent may have been removed in the nested loop. |
agent = m_inspector->enabledDebuggerAgentForGroup( |