| Index: public/web/WebHistoryItem.h
|
| diff --git a/public/web/WebHistoryItem.h b/public/web/WebHistoryItem.h
|
| index a74cd82105a599c42d7a0ac2c93570593a1754d5..ad645456ad516fcfc42aa8c02b36a51cbfc47fde 100644
|
| --- a/public/web/WebHistoryItem.h
|
| +++ b/public/web/WebHistoryItem.h
|
| @@ -102,9 +102,6 @@ public:
|
| BLINK_EXPORT long long documentSequenceNumber() const;
|
| BLINK_EXPORT void setDocumentSequenceNumber(long long);
|
|
|
| - BLINK_EXPORT long long frameSequenceNumber() const;
|
| - BLINK_EXPORT void setFrameSequenceNumber(long long);
|
| -
|
| BLINK_EXPORT WebHistoryScrollRestorationType scrollRestorationType() const;
|
| BLINK_EXPORT void setScrollRestorationType(WebHistoryScrollRestorationType);
|
|
|
|
|