| Index: content/renderer/history_serialization.cc
|
| diff --git a/content/renderer/history_serialization.cc b/content/renderer/history_serialization.cc
|
| index 7adf1992613dcb116ae12f104f9164487756e9ff..c9a7b200ab8f4461567d9aea69200f8719f637bb 100644
|
| --- a/content/renderer/history_serialization.cc
|
| +++ b/content/renderer/history_serialization.cc
|
| @@ -52,7 +52,7 @@ void GenerateFrameStateFromItem(const WebHistoryItem& item,
|
| state->document_sequence_number =
|
| item.documentSequenceNumber();
|
| state->page_scale_factor = item.pageScaleFactor();
|
| - ToNullableString16Vector(item.documentState(), &state->document_state);
|
| + ToNullableString16Vector(item.getDocumentState(), &state->document_state);
|
|
|
| state->http_body.http_content_type = item.httpContentType();
|
| const WebHTTPBody& http_body = item.httpBody();
|
|
|