| Index: third_party/WebKit/Source/platform/loader/fetch/IntegrityMetadata.h
|
| diff --git a/third_party/WebKit/Source/platform/loader/fetch/IntegrityMetadata.h b/third_party/WebKit/Source/platform/loader/fetch/IntegrityMetadata.h
|
| index 59841e79ac9c20e2d477fe2a69450680245ba2cc..900a3d980dd88cf513c3771bbceda27cf130eaa6 100644
|
| --- a/third_party/WebKit/Source/platform/loader/fetch/IntegrityMetadata.h
|
| +++ b/third_party/WebKit/Source/platform/loader/fetch/IntegrityMetadata.h
|
| @@ -40,7 +40,11 @@ class PLATFORM_EXPORT IntegrityMetadata {
|
| HashAlgorithm algorithm_;
|
| };
|
|
|
| -enum class ResourceIntegrityDisposition { kNotChecked = 0, kFailed, kPassed };
|
| +enum class ResourceIntegrityDisposition : uint8_t {
|
| + kNotChecked = 0,
|
| + kFailed,
|
| + kPassed
|
| +};
|
|
|
| } // namespace blink
|
|
|
|
|