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

Unified Diff: third_party/WebKit/Source/core/timing/PerformanceNavigation.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/PerformanceNavigation.idl
diff --git a/third_party/WebKit/Source/core/timing/PerformanceNavigation.idl b/third_party/WebKit/Source/core/timing/PerformanceNavigation.idl
index 5e518d95448c29db5137126266896c7049683000..6fc27546d300cf4f35377148c0568f383590ddeb 100644
--- a/third_party/WebKit/Source/core/timing/PerformanceNavigation.idl
+++ b/third_party/WebKit/Source/core/timing/PerformanceNavigation.idl
@@ -39,7 +39,7 @@
const unsigned short TYPE_RELOAD = 1;
const unsigned short TYPE_BACK_FORWARD = 2;
const unsigned short TYPE_RESERVED = 255;
- readonly attribute unsigned short type;
- readonly attribute unsigned short redirectCount;
+ [Measure] readonly attribute unsigned short type;
+ [Measure] readonly attribute unsigned short redirectCount;
serializer = {attribute};
};

Powered by Google App Engine
This is Rietveld 408576698