Chromium Code Reviews| Index: Source/core/frame/UseCounter.h |
| diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h |
| index 5273355e35e9918b3b01999fd9bbf8828e15e023..14593d5c18ee8b18512f1af3d20f79551f4315ed 100644 |
| --- a/Source/core/frame/UseCounter.h |
| +++ b/Source/core/frame/UseCounter.h |
| @@ -730,6 +730,7 @@ public: |
| V8IDBDatabase_ObjectStoreNames_AttributeGetter = 824, |
| V8IDBObjectStore_IndexNames_AttributeGetter = 825, |
| V8IDBTransaction_ObjectStoreNames_AttributeGetter = 826, |
| + DOMStringListItem = 827, |
|
philipj_slow
2015/06/05 22:57:37
This is the same as V8DOMStringList_Item_Method (8
jsbell
2015/06/12 20:14:36
Switched to using that. The resulting 'DeprecateAs
philipj_slow
2015/06/12 21:08:35
Yep, this is the first [Measure] thing being depre
|
| // Add new features immediately above this line. Don't change assigned |
| // numbers of any item, and don't reuse removed slots. |