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

Unified Diff: Source/core/loader/FrameFetchContext.h

Issue 1220713004: Oilpan: have FrameFetchContext keep a DocumentLoader member. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: non-oilpan compile fix Created 5 years, 6 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
« no previous file with comments | « no previous file | Source/core/loader/FrameFetchContext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/FrameFetchContext.h
diff --git a/Source/core/loader/FrameFetchContext.h b/Source/core/loader/FrameFetchContext.h
index f4b79eb40ec58b5b3fff0b0d987f2429d125402d..cd99cf9d726a4e09c086bbaeb2d20cc024b219af 100644
--- a/Source/core/loader/FrameFetchContext.h
+++ b/Source/core/loader/FrameFetchContext.h
@@ -123,7 +123,7 @@ private:
// currently leak because ComputedStyle and its data are not on the heap.
// See crbug.com/383860 for details.
RawPtrWillBeWeakMember<Document> m_document;
- DocumentLoader* m_documentLoader;
+ RawPtrWillBeMember<DocumentLoader> m_documentLoader;
};
}
« no previous file with comments | « no previous file | Source/core/loader/FrameFetchContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698