| Index: Source/core/html/HTMLImageElement.idl
|
| diff --git a/Source/core/html/HTMLImageElement.idl b/Source/core/html/HTMLImageElement.idl
|
| index 98a5f739b838216d315a23bff7a74d5fe0226c6c..df267ac2a0b0619dc0c029a55737fae7330b2566 100644
|
| --- a/Source/core/html/HTMLImageElement.idl
|
| +++ b/Source/core/html/HTMLImageElement.idl
|
| @@ -45,8 +45,8 @@
|
| attribute long width;
|
|
|
| // Extensions
|
| - readonly attribute long x;
|
| - readonly attribute long y;
|
| + [MeasureAs=HTMLImageElementX] readonly attribute long x;
|
| + [MeasureAs=HTMLImageElementY] readonly attribute long y;
|
|
|
| [Reflect, RuntimeEnabled=SubresourceIntegrity] attribute DOMString integrity;
|
| };
|
|
|