| Index: third_party/WebKit/Source/core/inspector/ThreadDebugger.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/ThreadDebugger.h b/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
|
| index b7fc043cfb8c41ce9adc8c242e05c7bd6f518f20..4681c8d35e3e3229c36d7bc842c241099f9fc636 100644
|
| --- a/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
|
| +++ b/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
|
| @@ -56,7 +56,7 @@ protected:
|
| void onTimer(Timer<ThreadDebugger>*);
|
|
|
| v8::Isolate* m_isolate;
|
| - OwnPtr<V8Debugger> m_debugger;
|
| + std::unique_ptr<V8Debugger> m_debugger;
|
|
|
| private:
|
| v8::Local<v8::Function> eventLogFunction();
|
|
|