| Index: third_party/WebKit/Source/modules/indexeddb/InspectorIndexedDBAgent.h
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/InspectorIndexedDBAgent.h b/third_party/WebKit/Source/modules/indexeddb/InspectorIndexedDBAgent.h
|
| index a86fc86781a8919796c40b33faca12ca548b356f..0cc331fa3a13d373cb7cb4dab319ec033fcd52a0 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/InspectorIndexedDBAgent.h
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/InspectorIndexedDBAgent.h
|
| @@ -63,7 +63,7 @@ public:
|
| private:
|
| explicit InspectorIndexedDBAgent(InspectedFrames*);
|
|
|
| - InspectedFrames* m_inspectedFrames;
|
| + RawPtrWillBeMember<InspectedFrames> m_inspectedFrames;
|
| };
|
|
|
| } // namespace blink
|
|
|