| Index: third_party/WebKit/Source/core/inspector/PageDebuggerAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/PageDebuggerAgent.h b/third_party/WebKit/Source/core/inspector/PageDebuggerAgent.h
|
| index f0bbd412f8c874a8729573293e57ac94b47298ad..7c24ab9fe7e0b47959ac475231b749f573b4a0bf 100644
|
| --- a/third_party/WebKit/Source/core/inspector/PageDebuggerAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/PageDebuggerAgent.h
|
| @@ -71,7 +71,7 @@ private:
|
| bool canExecuteScripts() const;
|
|
|
| RawPtrWillBeMember<InspectedFrames> m_inspectedFrames;
|
| - RawPtrWillBeMember<InjectedScriptManager> m_injectedScriptManager;
|
| + InjectedScriptManager* m_injectedScriptManager;
|
| HashMap<String, String> m_compiledScriptURLs;
|
| };
|
|
|
|
|