| Index: third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.cpp
|
| index d8869e55cabf4b9f609754dd44eb87ba1ae93704..3d706a350670961e20917f20ebc3afa86482af21 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.cpp
|
| @@ -313,7 +313,7 @@ void InspectorDebuggerAgent::setState(protocol::DictionaryValue* state)
|
|
|
| void InspectorDebuggerAgent::init()
|
| {
|
| - m_asyncCallTracker = adoptPtrWillBeNoop(new AsyncCallTracker(m_v8DebuggerAgent.get(), m_instrumentingAgents.get()));
|
| + m_asyncCallTracker = new AsyncCallTracker(m_v8DebuggerAgent.get(), m_instrumentingAgents.get());
|
| }
|
|
|
| void InspectorDebuggerAgent::setFrontend(protocol::Frontend* frontend)
|
|
|