| Index: third_party/WebKit/public/web/WebHistoryItem.h
|
| diff --git a/third_party/WebKit/public/web/WebHistoryItem.h b/third_party/WebKit/public/web/WebHistoryItem.h
|
| index 070e7ed9026d5a95773bc50eea67e548629a3a32..2b91f34f07fef8fdb380a8365b33db3ff298fc99 100644
|
| --- a/third_party/WebKit/public/web/WebHistoryItem.h
|
| +++ b/third_party/WebKit/public/web/WebHistoryItem.h
|
| @@ -93,7 +93,7 @@ class WebHistoryItem {
|
| BLINK_EXPORT float pageScaleFactor() const;
|
| BLINK_EXPORT void setPageScaleFactor(float);
|
|
|
| - BLINK_EXPORT WebVector<WebString> documentState() const;
|
| + BLINK_EXPORT WebVector<WebString> getDocumentState() const;
|
| BLINK_EXPORT void setDocumentState(const WebVector<WebString>&);
|
|
|
| BLINK_EXPORT long long itemSequenceNumber() const;
|
|
|