Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(226)

Unified Diff: third_party/WebKit/Source/core/dom/DOMPoint.idl

Issue 2606763002: Delete DOMPoint constructor using DOMPointInit as parameter. (Closed)
Patch Set: Delete DOMPoint constructor using DOMPointInit as parameter. Created 3 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698