Chromium Code Reviews| Index: Source/core/html/HTMLImageElement.idl |
| diff --git a/Source/core/html/HTMLImageElement.idl b/Source/core/html/HTMLImageElement.idl |
| index 1056b5d3ce64a9dc6b417108825ea07bae45b71d..dbe5e9bd83759c39df684dbac2931bc67acb9c30 100644 |
| --- a/Source/core/html/HTMLImageElement.idl |
| +++ b/Source/core/html/HTMLImageElement.idl |
| @@ -30,6 +30,7 @@ |
| [Reflect] attribute boolean isMap; |
| [Reflect, URL] attribute DOMString longDesc; |
| [Reflect, URL] attribute DOMString src; |
| + [Reflect] attribute DOMString srcset; |
|
abarth-chromium
2013/09/13 05:54:07
This property should only be exposed when the runt
|
| [Reflect] attribute DOMString useMap; |
| [Reflect] attribute long vspace; |
| attribute long width; |