Chromium Code Reviews| Index: Source/core/frame/DOMWindowProperty.h |
| diff --git a/Source/core/frame/DOMWindowProperty.h b/Source/core/frame/DOMWindowProperty.h |
| index 43833bdadb059d98c08499a4e471fcefa0beb945..38060a06842ecfc984f53a5cd47352721934bccc 100644 |
| --- a/Source/core/frame/DOMWindowProperty.h |
| +++ b/Source/core/frame/DOMWindowProperty.h |
| @@ -49,7 +49,7 @@ |
| virtual ~DOMWindowProperty(); |
| #endif |
| - RawPtrWillBeMember<LocalFrame> m_frame; |
| + RawPtrWillBeWeakMember<LocalFrame> m_frame; |
| #if !ENABLE(OILPAN) |
| private: |