| Index: third_party/WebKit/Source/core/loader/HistoryItem.h
|
| diff --git a/third_party/WebKit/Source/core/loader/HistoryItem.h b/third_party/WebKit/Source/core/loader/HistoryItem.h
|
| index a231512d16b57bdc71dfcf327a7759bf15cf6205..35ca7fa81c8224130b7fc44ffa908f58e07ed389 100644
|
| --- a/third_party/WebKit/Source/core/loader/HistoryItem.h
|
| +++ b/third_party/WebKit/Source/core/loader/HistoryItem.h
|
| @@ -69,7 +69,7 @@ class CORE_EXPORT HistoryItem final
|
| void setPageScaleFactor(float);
|
|
|
| Vector<String> getReferencedFilePaths();
|
| - const Vector<String>& documentState();
|
| + const Vector<String>& getDocumentState();
|
| void setDocumentState(const Vector<String>&);
|
| void setDocumentState(DocumentState*);
|
| void clearDocumentState();
|
|
|