| Index: Source/core/frame/UseCounter.h
|
| diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
|
| index deaa9ebc4aba801ca2570930856ec3b0c06e4040..ff5ecd6f02172a6ef93c5871d03af6994a3335db 100644
|
| --- a/Source/core/frame/UseCounter.h
|
| +++ b/Source/core/frame/UseCounter.h
|
| @@ -612,6 +612,8 @@ public:
|
| SandboxViaIFrame = 672,
|
| SandboxViaCSP = 673,
|
| BlockedSniffingImageToScript = 674,
|
| + Fetch = 675,
|
| + FetchBodyStream = 676,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|