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

Unified Diff: third_party/WebKit/Source/core/html/HTMLFieldSetElement.idl

Issue 1415873002: Measure usage of the HTMLFieldSetElement.elements element (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « third_party/WebKit/Source/core/frame/UseCounter.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/html/HTMLFieldSetElement.idl
diff --git a/third_party/WebKit/Source/core/html/HTMLFieldSetElement.idl b/third_party/WebKit/Source/core/html/HTMLFieldSetElement.idl
index 58dc29565669eb00969f19ce3c1b8b17a8552a0b..fb86dc856e6de0fecee63a2b551065870d41c770 100644
--- a/third_party/WebKit/Source/core/html/HTMLFieldSetElement.idl
+++ b/third_party/WebKit/Source/core/html/HTMLFieldSetElement.idl
@@ -26,7 +26,7 @@ interface HTMLFieldSetElement : HTMLElement {
readonly attribute DOMString type;
- readonly attribute HTMLFormControlsCollection elements;
+ [Measure] readonly attribute HTMLFormControlsCollection elements;
readonly attribute boolean willValidate;
[SameObject] readonly attribute ValidityState validity;
« no previous file with comments | « third_party/WebKit/Source/core/frame/UseCounter.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698