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

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

Issue 1418133011: Remove the named item getters on TextTrackList and TextTrackCueList (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 2 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: third_party/WebKit/Source/core/frame/UseCounter.h
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
index bd65f78e2edcd21f66e31c9342e67a5f74d63a65..bfe35ee91b66677e5ef120f20113b6a1d98e8303 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -698,8 +698,6 @@ public:
V8IDBObjectStore_IndexNames_AttributeGetter = 825,
V8IDBTransaction_ObjectStoreNames_AttributeGetter = 826,
V8Navigator_GetStorageUpdates_Method = 827,
- V8TextTrackCueList_Item_Method = 828,
- V8TextTrackList_Item_Method = 829,
TextInputFired = 830,
V8TextEvent_Data_AttributeGetter = 831,
V8TextEvent_InitTextEvent_Method = 832,

Powered by Google App Engine
This is Rietveld 408576698