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

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
« 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..737f446803dd1ca2f51d048b7cf8584d1f2b5317 100644
--- a/third_party/WebKit/Source/core/dom/DOMPoint.idl
+++ b/third_party/WebKit/Source/core/dom/DOMPoint.idl
@@ -5,9 +5,6 @@
// 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
- 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