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

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

Issue 2572003003: NOT FOR SUBMIT: use counters for jdm@
Patch Set: Merge branch 'jdm-usecounters' into jdm-merge 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/HTMLSourceElement.idl
diff --git a/third_party/WebKit/Source/core/html/HTMLSourceElement.idl b/third_party/WebKit/Source/core/html/HTMLSourceElement.idl
index 5a7882a7e36bb6f6812241f784497abdc7f9dc45..aa739bdd53e1ba49a859d2cf4b98555356ac9e7b 100644
--- a/third_party/WebKit/Source/core/html/HTMLSourceElement.idl
+++ b/third_party/WebKit/Source/core/html/HTMLSourceElement.idl
@@ -26,11 +26,11 @@
// https://html.spec.whatwg.org/#the-source-element
interface HTMLSourceElement : HTMLElement {
- [CEReactions, Reflect, URL] attribute DOMString src;
- [CEReactions] attribute DOMString type;
+ [Measure, CEReactions, Reflect, URL] attribute DOMString src;
+ [Measure, CEReactions] attribute DOMString type;
// https://html.spec.whatwg.org/#the-source-element-when-used-with-the-picture-element
- [CEReactions, Reflect] attribute DOMString srcset;
- [CEReactions, Reflect] attribute DOMString sizes;
- [CEReactions, Reflect] attribute DOMString media;
+ [Measure, CEReactions, Reflect] attribute DOMString srcset;
+ [Measure, CEReactions, Reflect] attribute DOMString sizes;
+ [Measure, CEReactions, Reflect] attribute DOMString media;
};
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLSlotElement.idl ('k') | third_party/WebKit/Source/core/html/HTMLStyleElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698