| Index: third_party/WebKit/Source/platform/loader/fetch/ResourceLoadPriority.h
|
| diff --git a/third_party/WebKit/Source/platform/loader/fetch/ResourceLoadPriority.h b/third_party/WebKit/Source/platform/loader/fetch/ResourceLoadPriority.h
|
| index 8f457ce7e3093da71d1edeb691d909b5fb466eb8..197e87c3d24670b3c057520ae33d3bb4eba707db 100644
|
| --- a/third_party/WebKit/Source/platform/loader/fetch/ResourceLoadPriority.h
|
| +++ b/third_party/WebKit/Source/platform/loader/fetch/ResourceLoadPriority.h
|
| @@ -30,7 +30,7 @@
|
|
|
| namespace blink {
|
|
|
| -enum ResourceLoadPriority : int {
|
| +enum ResourceLoadPriority : int8_t {
|
| // The unresolved priority is here for the convenience of the clients. It
|
| // should not be passed to the ResourceLoadScheduler.
|
| kResourceLoadPriorityUnresolved = -1,
|
|
|