Index: sky/engine/core/html/HTMLImageElement.idl |
diff --git a/sky/engine/core/html/HTMLImageElement.idl b/sky/engine/core/html/HTMLImageElement.idl |
index fffb0370ced1997e529901e7971ae7802f6b328e..e96f029327ae3f6a6f542671d9007c9d5c377105 100644 |
--- a/sky/engine/core/html/HTMLImageElement.idl |
+++ b/sky/engine/core/html/HTMLImageElement.idl |
@@ -30,10 +30,10 @@ |
readonly attribute long naturalHeight; |
readonly attribute long naturalWidth; |
[Reflect, URL] attribute DOMString src; |
- [RuntimeEnabled=PictureSizes] readonly attribute DOMString currentSrc; |
+ readonly attribute DOMString currentSrc; |
attribute long width; |
// Extensions |
- [MeasureAs=HTMLImageElementX] readonly attribute long x; |
- [MeasureAs=HTMLImageElementY] readonly attribute long y; |
+ readonly attribute long x; |
+ readonly attribute long y; |
}; |