Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(745)

Unified Diff: Source/core/frame/DOMWindowProperty.h

Issue 908043002: Revert of Issue FrameDestructionObserver::frameDestroyed() notification on detach. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698