| 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 7ec1da199d3b22764e8796daabb11fb51b8e5e7d..e6222e0fb0ed2dc1ac6edb4553e5963e6de13495 100644
|
| --- a/third_party/WebKit/Source/core/loader/HistoryItem.h
|
| +++ b/third_party/WebKit/Source/core/loader/HistoryItem.h
|
| @@ -43,7 +43,7 @@ class DocumentState;
|
| class EncodedFormData;
|
| class KURL;
|
| class ResourceRequest;
|
| -enum class WebCachePolicy;
|
| +enum class WebCachePolicy : uint8_t;
|
|
|
| class CORE_EXPORT HistoryItem final
|
| : public GarbageCollectedFinalized<HistoryItem> {
|
|
|