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

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

Issue 1290683003: Remove WeakPtrs from DocumentTiming/DocumentLoadTiming (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: WeakPtrWillBeRawPtr<Document>(nullptr) => nullptr Created 5 years, 4 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 | « Source/core/loader/DocumentLoadTiming.cpp ('k') | Source/core/loader/DocumentLoader.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/DocumentLoader.h
diff --git a/Source/core/loader/DocumentLoader.h b/Source/core/loader/DocumentLoader.h
index 04b03c0c33a66522bfa9521778d66a3a4f90581f..d72b33e24ef0062aabc374f0a47d9a25cf4aaa25 100644
--- a/Source/core/loader/DocumentLoader.h
+++ b/Source/core/loader/DocumentLoader.h
@@ -188,8 +188,6 @@ private:
bool shouldContinueForResponse() const;
- WeakPtrWillBeRawPtr<DocumentLoader> weakReference();
-
RawPtrWillBeMember<LocalFrame> m_frame;
PersistentWillBeMember<ResourceFetcher> m_fetcher;
@@ -220,9 +218,6 @@ private:
RefPtrWillBeMember<MHTMLArchive> m_archive;
-#if !ENABLE(OILPAN)
- WeakPtrFactory<DocumentLoader> m_weakFactory;
-#endif
DocumentLoadTiming m_documentLoadTiming;
double m_timeOfLastDataReceived;
« no previous file with comments | « Source/core/loader/DocumentLoadTiming.cpp ('k') | Source/core/loader/DocumentLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698