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

Unified Diff: third_party/WebKit/Source/core/html/TimeRanges.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/TimeRanges.idl
diff --git a/third_party/WebKit/Source/core/html/TimeRanges.idl b/third_party/WebKit/Source/core/html/TimeRanges.idl
index a7387ff1ea68aaaf61c453afc4a7ccdab5f39eea..00ea9a0244cf848873e4ac41208a9ee2fa653da1 100644
--- a/third_party/WebKit/Source/core/html/TimeRanges.idl
+++ b/third_party/WebKit/Source/core/html/TimeRanges.idl
@@ -26,7 +26,7 @@
// https://html.spec.whatwg.org/#time-ranges
interface TimeRanges {
- readonly attribute unsigned long length;
- [RaisesException] double start(unsigned long index);
- [RaisesException] double end(unsigned long index);
+ [Measure] readonly attribute unsigned long length;
+ [Measure, RaisesException] double start(unsigned long index);
+ [Measure, RaisesException] double end(unsigned long index);
};
« no previous file with comments | « third_party/WebKit/Source/core/html/TextMetrics.idl ('k') | third_party/WebKit/Source/core/html/ValidityState.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698