| Index: third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h b/third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h
|
| index 8565478c22fed57d71b27304fbcf31da9bc1d52d..f15b4f1f5301fddf566fd353e447e313bbccd10a 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h
|
| @@ -107,7 +107,7 @@ public:
|
| protected:
|
| InspectorDebuggerAgent(InjectedScriptManager*, V8Debugger*, int contextGroupId);
|
|
|
| - OwnPtrWillBeMember<V8DebuggerAgent> m_v8DebuggerAgent;
|
| + OwnPtr<V8DebuggerAgent> m_v8DebuggerAgent;
|
| OwnPtrWillBeMember<AsyncCallTracker> m_asyncCallTracker;
|
| };
|
|
|
|
|