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

Unified Diff: Source/core/page/HistoryController.h

Issue 145493005: Keep frames to navigate alive in HistoryController::goToEntry() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: improved as suggested in review Created 6 years, 11 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/FrameLoader.cpp ('k') | Source/core/page/HistoryController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/HistoryController.h
diff --git a/Source/core/page/HistoryController.h b/Source/core/page/HistoryController.h
index fc8188381d59dad8363d81c6d485f8cdcb417b6c..9b57bdbb0738d1b579390a070c52c62f91dd795c 100644
--- a/Source/core/page/HistoryController.h
+++ b/Source/core/page/HistoryController.h
@@ -155,7 +155,7 @@ public:
private:
void goToEntry(PassOwnPtr<HistoryEntry>, ResourceRequestCachePolicy);
- typedef HashMap<Frame*, HistoryItem*> HistoryFrameLoadSet;
+ typedef HashMap<RefPtr<Frame>, HistoryItem*> HistoryFrameLoadSet;
void recursiveGoToEntry(Frame*, HistoryFrameLoadSet& sameDocumentLoads, HistoryFrameLoadSet& differentDocumentLoads);
void updateForInitialLoadInChildFrame(Frame*, HistoryItem*);
« no previous file with comments | « Source/core/loader/FrameLoader.cpp ('k') | Source/core/page/HistoryController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698