| Index: Source/core/loader/FrameLoader.h
|
| diff --git a/Source/core/loader/FrameLoader.h b/Source/core/loader/FrameLoader.h
|
| index 3f16802ae479f314d3fe2b01130579daaad43a33..70fba653d49e5e0d5864281389f62d4e16a9c2f2 100644
|
| --- a/Source/core/loader/FrameLoader.h
|
| +++ b/Source/core/loader/FrameLoader.h
|
| @@ -186,8 +186,6 @@ public:
|
| void updateForSameDocumentNavigation(const KURL&, SameDocumentNavigationSource, PassRefPtr<SerializedScriptValue>, UpdateBackForwardListPolicy);
|
|
|
| HistoryItem* currentItem() const { return m_currentItem.get(); }
|
| - void markDocumentStateDirty();
|
| - void saveDocumentState();
|
| void saveScrollState();
|
| void clearScrollPositionAndViewState();
|
|
|
|
|