Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(521)

Unified Diff: Source/core/frame/UseCounter.h

Issue 1162203003: Add use counters to determine the fate of DOMStringList (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/frame/Location.idl ('k') | Source/modules/indexeddb/IDBDatabase.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/UseCounter.h
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
index 10d4462bd6297f13761ab1f65435e691fdc98c0c..5273355e35e9918b3b01999fd9bbf8828e15e023 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -725,6 +725,11 @@ public:
V8FileReader_Error_AttributeGetter = 819,
V8IDBRequest_Error_AttributeGetter = 820,
V8IDBTransaction_Error_AttributeGetter = 821,
+ V8DOMStringList_Item_Method = 822,
+ V8Location_AncestorOrigins_AttributeGetter = 823,
+ V8IDBDatabase_ObjectStoreNames_AttributeGetter = 824,
+ V8IDBObjectStore_IndexNames_AttributeGetter = 825,
+ V8IDBTransaction_ObjectStoreNames_AttributeGetter = 826,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.
« no previous file with comments | « Source/core/frame/Location.idl ('k') | Source/modules/indexeddb/IDBDatabase.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698