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

Unified Diff: third_party/WebKit/Source/core/html/track/vtt/VTTRegionList.idl

Issue 2526943002: Add use counters for lots of DOM APIs.
Patch Set: Add use counters for lots of DOM APIs. Created 4 years 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/html/track/vtt/VTTRegionList.idl
diff --git a/third_party/WebKit/Source/core/html/track/vtt/VTTRegionList.idl b/third_party/WebKit/Source/core/html/track/vtt/VTTRegionList.idl
index bb647ef097f36998bd5b528d77c7adc716cf9747..d50496e459d3020bdacc13a2886ba6a92b055863 100644
--- a/third_party/WebKit/Source/core/html/track/vtt/VTTRegionList.idl
+++ b/third_party/WebKit/Source/core/html/track/vtt/VTTRegionList.idl
@@ -29,7 +29,7 @@
[
RuntimeEnabled=WebVTTRegions,
] interface VTTRegionList {
- readonly attribute unsigned long length;
- getter VTTRegion item(unsigned long index);
- VTTRegion getRegionById(DOMString id);
+ [Measure] readonly attribute unsigned long length;
+ [Measure] getter VTTRegion item(unsigned long index);
+ [Measure] VTTRegion getRegionById(DOMString id);
};

Powered by Google App Engine
This is Rietveld 408576698