| Index: Source/core/frame/UseCounter.h
|
| diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
|
| index 524d5e7660ad2c1308f6b546510934a9c416a0f9..7ca0992158e28c1f67f043861a1414a8ec2b5ef7 100644
|
| --- a/Source/core/frame/UseCounter.h
|
| +++ b/Source/core/frame/UseCounter.h
|
| @@ -837,6 +837,8 @@ public:
|
| WebkitTextInClipProperty = 941,
|
| WebkitTextInColorProperty = 942,
|
| HeaderValueNotMatchingRFC7230 = 943,
|
| + ClipPathOfPositionedElement = 944,
|
| + ClipCssOfPositionedElement = 945,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|