| Index: core/dom/DOMRectReadOnly.idl
|
| diff --git a/core/dom/DOMRectReadOnly.idl b/core/dom/DOMRectReadOnly.idl
|
| index 50e05a55402b596fa90f49853bba6e478143b71e..87b80da077f3c9060173b557c4bbb65eaa36aff0 100644
|
| --- a/core/dom/DOMRectReadOnly.idl
|
| +++ b/core/dom/DOMRectReadOnly.idl
|
| @@ -6,6 +6,7 @@
|
| Constructor(unrestricted double x, unrestricted double y,
|
| unrestricted double width, unrestricted double height),
|
| GarbageCollected,
|
| + NotScriptWrappable,
|
| RuntimeEnabled=GeometryInterfaces,
|
| ] interface DOMRectReadOnly {
|
| readonly attribute unrestricted double x;
|
|
|