Index: third_party/WebKit/Source/core/inspector/PageRuntimeAgent.h |
diff --git a/third_party/WebKit/Source/core/inspector/PageRuntimeAgent.h b/third_party/WebKit/Source/core/inspector/PageRuntimeAgent.h |
index e6815d25be952ce50ae31ed1d24b68abd9ebb6e3..4584ef0a13885283ca9e9356148ae0a47e303ef3 100644 |
--- a/third_party/WebKit/Source/core/inspector/PageRuntimeAgent.h |
+++ b/third_party/WebKit/Source/core/inspector/PageRuntimeAgent.h |
@@ -66,7 +66,7 @@ private: |
void reportExecutionContextCreation(); |
void reportExecutionContext(ScriptState*, bool isPageContext, const String& origin, const String& frameId); |
- InspectedFrames* m_inspectedFrames; |
+ RawPtrWillBeMember<InspectedFrames> m_inspectedFrames; |
bool m_mainWorldContextCreated; |
typedef HashMap<RefPtr<ScriptState>, int> ScriptStateToId; |
ScriptStateToId m_scriptStateToId; |