Index: third_party/WebKit/Source/core/html/HTMLImageElement.idl |
diff --git a/third_party/WebKit/Source/core/html/HTMLImageElement.idl b/third_party/WebKit/Source/core/html/HTMLImageElement.idl |
index 44abb3f5a4e4036a84db01b43e178aef7a3abb74..45378f2f2b2f14da9507a94a8d59e9bd35ddae29 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLImageElement.idl |
+++ b/third_party/WebKit/Source/core/html/HTMLImageElement.idl |
@@ -27,7 +27,7 @@ |
] interface HTMLImageElement : HTMLElement { |
[CEReactions, Reflect] attribute DOMString alt; |
[CEReactions, Reflect, URL] attribute DOMString src; |
- [CEReactions, Reflect] attribute DOMString srcset; |
+ [Measure, CEReactions, Reflect] attribute DOMString srcset; |
[CEReactions, Reflect] attribute DOMString sizes; |
[CEReactions, Reflect, ReflectOnly=("anonymous","use-credentials"), ReflectEmpty="anonymous", ReflectInvalid="anonymous"] attribute DOMString? crossOrigin; |
[CEReactions, Reflect] attribute DOMString useMap; |
@@ -43,7 +43,7 @@ |
// obsolete members |
// https://html.spec.whatwg.org/#HTMLImageElement-partial |
[CEReactions, Reflect] attribute DOMString name; |
- [CEReactions, Reflect, URL] attribute DOMString lowsrc; |
+ [Measure, CEReactions, Reflect, URL] attribute DOMString lowsrc; |
[CEReactions, Reflect] attribute DOMString align; |
[CEReactions, Reflect] attribute unsigned long hspace; |
[CEReactions, Reflect] attribute unsigned long vspace; |