| 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*);
|
|
|