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

Unified Diff: third_party/WebKit/Source/core/frame/RemoteDOMWindow.h

Issue 1482683002: Trial: build trunk with Oilpan everywhere. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: have RemoteDOMWindow keep a weak ref back to its RemoteFrame Created 5 years, 1 month 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: third_party/WebKit/Source/core/frame/RemoteDOMWindow.h
diff --git a/third_party/WebKit/Source/core/frame/RemoteDOMWindow.h b/third_party/WebKit/Source/core/frame/RemoteDOMWindow.h
index 35b796b6f92a2db4877f73615858a93587bc2459..1f5c4b136ae4a67df821fb86ca91fbc2dadce738 100644
--- a/third_party/WebKit/Source/core/frame/RemoteDOMWindow.h
+++ b/third_party/WebKit/Source/core/frame/RemoteDOMWindow.h
@@ -83,7 +83,7 @@ public:
private:
explicit RemoteDOMWindow(RemoteFrame&);
- RawPtrWillBeMember<RemoteFrame> m_frame;
+ RawPtrWillBeWeakMember<RemoteFrame> m_frame;
haraken 2015/11/30 01:48:47 I'm wondering why this needs to be a weak member.
sof 2015/11/30 06:25:47 The RemoteDOMWindow will turn into the global obje
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698