Chromium Code Reviews| Index: third_party/WebKit/Source/core/dom/DOMPoint.idl |
| diff --git a/third_party/WebKit/Source/core/dom/DOMPoint.idl b/third_party/WebKit/Source/core/dom/DOMPoint.idl |
| index e521dc308311fd9b967e902f754ccb7bdb87f65d..b17e6036e45db7158904da906b67f55cc62cf5d4 100644 |
| --- a/third_party/WebKit/Source/core/dom/DOMPoint.idl |
| +++ b/third_party/WebKit/Source/core/dom/DOMPoint.idl |
| @@ -5,9 +5,7 @@ |
| // https://dev.w3.org/fxtf/geometry/#DOMPoint |
| [ |
| - // FIXME: The point argument is optional in the spec: |
| // https://www.w3.org/Bugs/Public/show_bug.cgi?id=28108 |
|
zino
2016/12/31 03:03:59
Please remove this comment as well.
Byoungkwon Ko
2017/01/03 08:53:10
Done.
|
| - Constructor(DOMPointInit point), |
| Constructor(optional unrestricted double x = 0, optional unrestricted double y = 0, |
| optional unrestricted double z = 0, optional unrestricted double w = 1), |
| // FIXME: Exposed=(Window,Worker) |