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

Unified Diff: Source/core/dom/Document.h

Issue 517043003: Move Frame to the Oilpan heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Back out non-Oilpan experiment + tidy up by adding frame() ref accessors 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/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index d978bc567e198a61ca0a481cb2da9c8d0857ee18..a0891fe38a2865faaa9d51655652f5f32c9a684c 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -1161,7 +1161,7 @@ private:
// do eventually load.
PendingSheetLayout m_pendingSheetLayout;
- LocalFrame* m_frame;
+ RawPtrWillBeMember<LocalFrame> m_frame;
RawPtrWillBeMember<LocalDOMWindow> m_domWindow;
// FIXME: oilpan: when we get rid of the transition types change the
// HTMLImportsController to not be a DocumentSupplement since it is

Powered by Google App Engine
This is Rietveld 408576698