Index: third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgentImpl.cpp |
diff --git a/third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgentImpl.cpp b/third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgentImpl.cpp |
index 2f580f5399b709b4dcaaa1bd0e1f2c8337fdbd70..6da8a4c5b0902a97c092e0907f4115b7de061cf1 100644 |
--- a/third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgentImpl.cpp |
+++ b/third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgentImpl.cpp |
@@ -173,6 +173,7 @@ V8DebuggerAgentImpl::V8DebuggerAgentImpl(InjectedScriptManager* injectedScriptMa |
, m_compiledScripts(debugger->isolate()) |
{ |
ASSERT(contextGroupId); |
+ // FIXME: remove once InjectedScriptManager moves to v8. |
m_v8AsyncCallTracker = V8AsyncCallTracker::create(this); |
m_promiseTracker = PromiseTracker::create(this, m_isolate); |
clearBreakDetails(); |