| Index: Source/core/page/UseCounter.h
|
| diff --git a/Source/core/page/UseCounter.h b/Source/core/page/UseCounter.h
|
| index 10db0c569ddc91369177315786155408e052d57f..2a0e48fde6519041dd7432e1fe3ae47b2c01f472 100644
|
| --- a/Source/core/page/UseCounter.h
|
| +++ b/Source/core/page/UseCounter.h
|
| @@ -153,6 +153,8 @@ public:
|
| KeyboardEventKeyLocation,
|
| CaptureEvents,
|
| ReleaseEvents,
|
| + CSSDisplayRunIn,
|
| + CSSDisplayCompact,
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of each items, and don't reuse unused slots.
|
| NumberOfFeatures, // This enum value must be last.
|
|
|