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..495df5afb1d9e11edc86b23bfb24a1a30aa8b83e 100644 |
| --- a/third_party/WebKit/Source/core/dom/DOMPoint.idl |
| +++ b/third_party/WebKit/Source/core/dom/DOMPoint.idl |
| @@ -7,7 +7,6 @@ |
| [ |
| // FIXME: The point argument is optional in the spec: |
|
zino
2016/12/30 08:04:24
nit: Please remove this comments.
|
| // https://www.w3.org/Bugs/Public/show_bug.cgi?id=28108 |
| - 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) |