| Index: third_party/WebKit/Source/core/frame/UseCounter.h
|
| diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| index dc466c59ae6d858b1bc350656a0bd27515f92374..8c08ccfe4d185e552e48b8191f5a4d95e7b974c1 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1281,6 +1281,12 @@ public:
|
| SVGSMILCurrentTime = 1507,
|
| HTMLBodyElementOnSelectionChangeAttribute = 1508,
|
| ForeignFetchInterception = 1509,
|
| + MapNameMatchingStrict = 1510,
|
| + MapNameMatchingASCIICaseless = 1511,
|
| + MapNameMatchingUnicodeLower = 1512,
|
| + RadioNameMatchingStrict = 1513,
|
| + RadioNameMatchingASCIICaseless = 1514,
|
| + RadioNameMatchingCaseFolding = 1515,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|