| 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 453643daafb7282f5511a7564a6e95c963460a85..df906d5aa6a4d3c1cd1bed8ae9c1d35733ced3de 100644
|
| --- a/third_party/WebKit/Source/core/loader/HistoryItem.h
|
| +++ b/third_party/WebKit/Source/core/loader/HistoryItem.h
|
| @@ -39,11 +39,11 @@
|
|
|
| namespace blink {
|
|
|
| -class Document;
|
| class DocumentState;
|
| class EncodedFormData;
|
| class KURL;
|
| class ResourceRequest;
|
| +enum class WebCachePolicy;
|
|
|
| class CORE_EXPORT HistoryItem final
|
| : public GarbageCollectedFinalized<HistoryItem> {
|
| @@ -107,7 +107,7 @@ class CORE_EXPORT HistoryItem final
|
| void setFormData(PassRefPtr<EncodedFormData>);
|
| void setFormContentType(const AtomicString&);
|
|
|
| - bool isCurrentDocument(Document*) const;
|
| + ResourceRequest generateResourceRequest(WebCachePolicy);
|
|
|
| DECLARE_TRACE();
|
|
|
|
|