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

Unified Diff: Source/core/editing/FrameSelection.h

Issue 517043003: Move Frame to the Oilpan heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased past r181814 conflict Created 6 years, 3 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/editing/FrameSelection.h
diff --git a/Source/core/editing/FrameSelection.h b/Source/core/editing/FrameSelection.h
index c8bafc0457afa79588b14422c0245dcf9f15b473..b0bd2743252a96e2a49356c17ccac0530f15e135 100644
--- a/Source/core/editing/FrameSelection.h
+++ b/Source/core/editing/FrameSelection.h
@@ -265,7 +265,7 @@ private:
VisibleSelection validateSelection(const VisibleSelection&);
- LocalFrame* m_frame;
+ RawPtrWillBeMember<LocalFrame> m_frame;
LayoutUnit m_xPosForVerticalArrowNavigation;

Powered by Google App Engine
This is Rietveld 408576698