Chromium Code Reviews| Index: Source/core/html/HTMLImageElement.idl |
| diff --git a/Source/core/html/HTMLImageElement.idl b/Source/core/html/HTMLImageElement.idl |
| index 809b785745805da70ed98aed63c6dda36560d408..9ba713df000d290100e6f8c55aee9c4bf8a9e48b 100644 |
| --- a/Source/core/html/HTMLImageElement.idl |
| +++ b/Source/core/html/HTMLImageElement.idl |
| @@ -45,4 +45,6 @@ |
| // Extensions |
| readonly attribute long x; |
| readonly attribute long y; |
| + |
| + [Reflect, RuntimeEnabled=SubresourceIntegrity] attribute DOMString integrity; |
| }; |