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

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

Issue 966843002: Mark DOMStringList.contains() as deprecated, add console warning. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased 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/dom/DOMStringList.idl ('k') | Source/core/frame/UseCounter.cpp » ('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 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.
« no previous file with comments | « Source/core/dom/DOMStringList.idl ('k') | Source/core/frame/UseCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698