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 bf798d598dc1a2c615b0fa14bf9c8788108605f7..f0bbd412f8c874a8729573293e57ac94b47298ad 100644 |
--- a/third_party/WebKit/Source/core/inspector/PageDebuggerAgent.h |
+++ b/third_party/WebKit/Source/core/inspector/PageDebuggerAgent.h |
@@ -70,7 +70,7 @@ private: |
// V8DebuggerAgent::Client implemntation. |
bool canExecuteScripts() const; |
- InspectedFrames* m_inspectedFrames; |
+ RawPtrWillBeMember<InspectedFrames> m_inspectedFrames; |
RawPtrWillBeMember<InjectedScriptManager> m_injectedScriptManager; |
HashMap<String, String> m_compiledScriptURLs; |
}; |