| Index: Source/core/frame/UseCounter.h
|
| diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
|
| index 081fb259cdcbc57c5f98703670b73b68e7d0df8e..bf0acdf8dda15740b29cbfdc099d450e81111b4a 100644
|
| --- a/Source/core/frame/UseCounter.h
|
| +++ b/Source/core/frame/UseCounter.h
|
| @@ -364,6 +364,21 @@ public:
|
| EventSetReturnValueFalse = 353,
|
| NodeIteratorExpandEntityReferences = 354,
|
| TreeWalkerExpandEntityReferences = 355,
|
| + WindowOffscreenBuffering = 356,
|
| + WindowDefaultStatus = 357,
|
| + WindowDefaultstatus = 358,
|
| + PrefixedConvertPointFromPageToNode = 359,
|
| + PrefixedConvertPointFromNodeToPage = 360,
|
| + PrefixedTransitionEventConstructor = 361,
|
| + PrefixedMutationObserverConstructor = 362,
|
| + PrefixedIDBCursorConstructor = 363,
|
| + PrefixedIDBDatabaseConstructor = 364,
|
| + PrefixedIDBFactoryConstructor = 365,
|
| + PrefixedIDBIndexConstructor = 366,
|
| + PrefixedIDBKeyRangeConstructor = 367,
|
| + PrefixedIDBObjectStoreConstructor = 368,
|
| + PrefixedIDBRequestConstructor = 369,
|
| + PrefixedIDBTransactionConstructor = 370,
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
| NumberOfFeatures, // This enum value must be last.
|
|
|