| Index: core/dom/DOMPointReadOnly.idl
|
| diff --git a/core/dom/DOMPointReadOnly.idl b/core/dom/DOMPointReadOnly.idl
|
| index a02868d27b16ff2dc343dd6b1297ac8cce5bacbb..6fa6110bb41a5f6cfd5d0fd8375d0986ebe5d2b9 100644
|
| --- a/core/dom/DOMPointReadOnly.idl
|
| +++ b/core/dom/DOMPointReadOnly.idl
|
| @@ -6,6 +6,7 @@
|
| Constructor(unrestricted double x, unrestricted double y,
|
| unrestricted double z, unrestricted double w),
|
| GarbageCollected,
|
| + NotScriptWrappable,
|
| RuntimeEnabled=GeometryInterfaces,
|
| ] interface DOMPointReadOnly {
|
| readonly attribute unrestricted double x;
|
|
|