Index: WebCore/loader/HistoryController.h |
=================================================================== |
--- WebCore/loader/HistoryController.h (revision 78353) |
+++ WebCore/loader/HistoryController.h (working copy) |
@@ -84,14 +84,12 @@ |
void replaceState(PassRefPtr<SerializedScriptValue>, const String& title, const String& url); |
private: |
- void initializeItem(HistoryItem*); |
- PassRefPtr<HistoryItem> createItem(); |
+ PassRefPtr<HistoryItem> createItem(bool useOriginal); |
PassRefPtr<HistoryItem> createItemTree(Frame* targetFrame, bool clipAtTarget); |
void recursiveGoToItem(HistoryItem*, HistoryItem*, FrameLoadType); |
bool currentFramesMatchItem(HistoryItem*) const; |
void updateBackForwardListClippedAtTarget(bool doClip); |
- void updateCurrentItem(); |
Frame* m_frame; |