| Index: Source/core/frame/UseCounter.h
|
| diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
|
| index 524d5e7660ad2c1308f6b546510934a9c416a0f9..889e77571329dcec449d50cf21dfac9ba7b3c942 100644
|
| --- a/Source/core/frame/UseCounter.h
|
| +++ b/Source/core/frame/UseCounter.h
|
| @@ -837,6 +837,10 @@ public:
|
| WebkitTextInClipProperty = 941,
|
| WebkitTextInColorProperty = 942,
|
| HeaderValueNotMatchingRFC7230 = 943,
|
| + NetInfoType = 944,
|
| + NetInfoDownlinkMax = 945,
|
| + NetInfoOnChange = 946,
|
| + NetInfoOnTypeChange = 947,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|