| Index: Source/core/frame/UseCounter.h
|
| diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
|
| index b068892b5207104dcfeaf17f85752faaa6fb0f1f..453028d5e55fdf5b1eee6dac4efb4b4793113840 100644
|
| --- a/Source/core/frame/UseCounter.h
|
| +++ b/Source/core/frame/UseCounter.h
|
| @@ -719,6 +719,12 @@ public:
|
| V8HTMLStyleElement_Disabled_AttributeSetter = 813,
|
| V8FileReader_ReadAsBinaryString_Method = 814,
|
| V8FileReaderSync_ReadAsBinaryString_Method = 815,
|
| + V8DOMStringList_Item_Method = 816,
|
| + V8Location_AncestorOrigins_AttributeGetter = 817,
|
| + V8IDBDatabase_ObjectStoreNames_AttributeGetter = 818,
|
| + IDBDatabaseTransactionStoreNamesIsDOMStringList = 819,
|
| + V8IDBObjectStore_IndexNames_AttributeGetter = 820,
|
| + V8IDBTransaction_ObjectStoreNames_AttributeGetter = 821,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|