| Index: third_party/WebKit/Source/core/dom/DOMPointReadOnly.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/DOMPointReadOnly.idl b/third_party/WebKit/Source/core/dom/DOMPointReadOnly.idl
|
| index d80c8252d9a154f56405fed114187b2960333052..8ec25298782c34ec854fe94ef19ff577200477ab 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMPointReadOnly.idl
|
| +++ b/third_party/WebKit/Source/core/dom/DOMPointReadOnly.idl
|
| @@ -10,6 +10,8 @@
|
| // FIXME: Exposed=(Window,Worker)
|
| RuntimeEnabled=GeometryInterfaces,
|
| ] interface DOMPointReadOnly {
|
| + [NewObject] static DOMPointReadOnly fromPoint(optional DOMPointInit other);
|
| +
|
| readonly attribute unrestricted double x;
|
| readonly attribute unrestricted double y;
|
| readonly attribute unrestricted double z;
|
|
|