| Index: third_party/WebKit/Source/platform/loader/fetch/ResourceStatus.h
|
| diff --git a/third_party/WebKit/Source/platform/loader/fetch/ResourceStatus.h b/third_party/WebKit/Source/platform/loader/fetch/ResourceStatus.h
|
| index 47f2f297fc805c619f1b755a7cf0a960c6e5858a..1758503020b630988e48c9f6c93a9de97c7cb577 100644
|
| --- a/third_party/WebKit/Source/platform/loader/fetch/ResourceStatus.h
|
| +++ b/third_party/WebKit/Source/platform/loader/fetch/ResourceStatus.h
|
| @@ -7,7 +7,7 @@
|
|
|
| namespace blink {
|
|
|
| -enum class ResourceStatus {
|
| +enum class ResourceStatus : uint8_t {
|
| kNotStarted,
|
| kPending, // load in progress
|
| kCached, // load completed successfully
|
|
|