| Index: Source/core/html/HTMLImageElement.idl | 
| diff --git a/Source/core/html/HTMLImageElement.idl b/Source/core/html/HTMLImageElement.idl | 
| index 32feba147dd8b31daceed5aa4127cf75356b7867..614a20060be31bc17e90a5e82dbb5bda52dff71f 100644 | 
| --- a/Source/core/html/HTMLImageElement.idl | 
| +++ b/Source/core/html/HTMLImageElement.idl | 
| @@ -39,6 +39,7 @@ | 
| [Reflect, URL, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute DOMString src; | 
| [Reflect] attribute DOMString srcset; | 
| [Reflect, RuntimeEnabled=PictureSizes] attribute DOMString sizes; | 
| +    [RuntimeEnabled=PictureSizes] readonly attribute DOMString currentSrc; | 
| [Reflect] attribute DOMString useMap; | 
| [Reflect] attribute long vspace; | 
| attribute long width; | 
|  |