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

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: 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
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.

Powered by Google App Engine
This is Rietveld 408576698