| Index: third_party/WebKit/Source/web/WebHistoryItem.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebHistoryItem.cpp b/third_party/WebKit/Source/web/WebHistoryItem.cpp
|
| index 70e5a20bdcd810bb902d979ad18c40e9c57b2166..08fafabb19576981b886782a93a9ac8e7c8b5fad 100644
|
| --- a/third_party/WebKit/Source/web/WebHistoryItem.cpp
|
| +++ b/third_party/WebKit/Source/web/WebHistoryItem.cpp
|
| @@ -113,8 +113,8 @@ void WebHistoryItem::setPageScaleFactor(float scale) {
|
| m_private->setPageScaleFactor(scale);
|
| }
|
|
|
| -WebVector<WebString> WebHistoryItem::documentState() const {
|
| - return m_private->documentState();
|
| +WebVector<WebString> WebHistoryItem::getDocumentState() const {
|
| + return m_private->getDocumentState();
|
| }
|
|
|
| void WebHistoryItem::setDocumentState(const WebVector<WebString>& state) {
|
|
|