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

Unified Diff: third_party/WebKit/Source/core/timing/WindowPerformance.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/timing/WindowPerformance.idl
diff --git a/third_party/WebKit/Source/core/timing/WindowPerformance.idl b/third_party/WebKit/Source/core/timing/WindowPerformance.idl
index 0cdd4a44b3a9cba6a69b83fc1b4ebdd10c58531e..b1646aa643f84aa97d5b35048d051ddc0ff843ac 100644
--- a/third_party/WebKit/Source/core/timing/WindowPerformance.idl
+++ b/third_party/WebKit/Source/core/timing/WindowPerformance.idl
@@ -9,5 +9,5 @@
[
ImplementedAs=DOMWindowPerformance,
] partial interface Window {
- [Replaceable] readonly attribute Performance performance;
+ [Measure, Replaceable] readonly attribute Performance performance;
};

Powered by Google App Engine
This is Rietveld 408576698