Index: Source/core/frame/DOMWindowProperty.h |
diff --git a/Source/core/frame/DOMWindowProperty.h b/Source/core/frame/DOMWindowProperty.h |
index ba2aa8999dfefd5c857b0afb531e955b314c0ec0..542a8752992eedea890f91f536c372084ea7c7be 100644 |
--- a/Source/core/frame/DOMWindowProperty.h |
+++ b/Source/core/frame/DOMWindowProperty.h |
@@ -42,12 +42,12 @@ public: |
LocalFrame* frame() const { return m_frame; } |
- virtual void trace(Visitor*) { } |
+ virtual void trace(Visitor*); |
protected: |
- LocalFrame* m_frame; |
+ RawPtrWillBeWeakMember<LocalFrame> m_frame; |
}; |
-} |
+} // namespace blink |
#endif |