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

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

Issue 2606763002: Delete DOMPoint constructor using DOMPointInit as parameter. (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « third_party/WebKit/Source/core/dom/DOMPoint.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « third_party/WebKit/Source/core/dom/DOMPoint.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698