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