| Index: third_party/WebKit/Source/platform/v8_inspector/public/V8Inspector.cpp
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/public/V8Inspector.cpp b/third_party/WebKit/Source/platform/v8_inspector/public/V8Inspector.cpp
|
| index 96223c967a4ec1d3814fd5bb3e73bf1c6127700d..9f3ddf063a00b3821e6e150fd912d77dbe7be74b 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/public/V8Inspector.cpp
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/public/V8Inspector.cpp
|
| @@ -63,7 +63,7 @@ bool V8Inspector::formatAccessorsAsProperties(v8::Local<v8::Value> value)
|
| void V8Inspector::connectFrontend(protocol::FrontendChannel* channel)
|
| {
|
| DCHECK(!m_frontend);
|
| - m_frontend = adoptPtr(new protocol::Frontend(channel));
|
| + m_frontend = wrapUnique(new protocol::Frontend(channel));
|
| m_dispatcher = protocol::Dispatcher::create(channel);
|
|
|
| m_dispatcher->registerAgent(m_session->runtimeAgent());
|
|
|