| 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 338db02e52f226a97585e4ed89fea84e4e8bef1a..edddcf8d98a5ec94fa1b5426b594bff98cb76516 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -971,6 +971,7 @@ public:
|
| SVG1DOMImageElement = 1115,
|
| SVG1DOMForeignObjectElement = 1116,
|
| AudioContextCreateIIRFilter = 1117,
|
| + CSSSelectorPseudoSlotted = 1118,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|