| Index: public/web/WebHistoryItem.h
|
| diff --git a/public/web/WebHistoryItem.h b/public/web/WebHistoryItem.h
|
| index 3ad3300aee6b0ad96edffa26be71c0a4b779e128..1257b4310c4bf53a9d5bbfa573b9432125b70ce7 100644
|
| --- a/public/web/WebHistoryItem.h
|
| +++ b/public/web/WebHistoryItem.h
|
| @@ -101,6 +101,9 @@ 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 WebSerializedScriptValue stateObject() const;
|
| BLINK_EXPORT void setStateObject(const WebSerializedScriptValue&);
|
|
|
|
|