| Index: Source/core/frame/DOMWindowProperty.h
|
| diff --git a/Source/core/frame/DOMWindowProperty.h b/Source/core/frame/DOMWindowProperty.h
|
| index 2666f88c0fe13096ea5714ecf1f10fff7d89652a..a3d980f3774976f2262fa53e44fdb754db5738eb 100644
|
| --- a/Source/core/frame/DOMWindowProperty.h
|
| +++ b/Source/core/frame/DOMWindowProperty.h
|
| @@ -49,10 +49,10 @@ protected:
|
| virtual ~DOMWindowProperty();
|
| #endif
|
|
|
| - LocalFrame* m_frame;
|
| + RawPtrWillBeWeakMember<LocalFrame> m_frame;
|
| RawPtrWillBeMember<LocalDOMWindow> m_associatedDOMWindow;
|
| };
|
|
|
| -}
|
| +} // namespace blink
|
|
|
| #endif
|
|
|