| Index: Source/core/loader/HistoryItem.h
|
| diff --git a/Source/core/loader/HistoryItem.h b/Source/core/loader/HistoryItem.h
|
| index 54e38dbf74a29be68f6f6ebd9ecb5cbde8b96861..d6d12ee0375868509f909246b5b6f29f323f7155 100644
|
| --- a/Source/core/loader/HistoryItem.h
|
| +++ b/Source/core/loader/HistoryItem.h
|
| @@ -53,11 +53,6 @@ public:
|
| }
|
| ~HistoryItem();
|
|
|
| - // Used when the frame this item represents was navigated to a different
|
| - // url but a new item wasn't created.
|
| - void generateNewItemSequenceNumber();
|
| - void generateNewDocumentSequenceNumber();
|
| -
|
| const String& urlString() const;
|
| KURL url() const;
|
|
|
| @@ -71,7 +66,6 @@ public:
|
| void setPinchViewportScrollPoint(const FloatPoint&);
|
| const IntPoint& scrollPoint() const;
|
| void setScrollPoint(const IntPoint&);
|
| - void clearScrollPoint();
|
|
|
| float pageScaleFactor() const;
|
| void setPageScaleFactor(float);
|
|
|