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

Unified Diff: third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.idl

Issue 2859293002: Use union instead of overload fo DOMMatrix/DOMMatrixReadOnly (Closed)
Patch Set: x Created 3 years, 7 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/geometry/DOMMatrixReadOnly.idl
diff --git a/third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.idl b/third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.idl
index b946fa73547aee6e2ab3db5a075fbf7f122e1672..755a208a72a38448f66d4cc3f93f5c849b4e5deb 100644
--- a/third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.idl
+++ b/third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.idl
@@ -5,9 +5,7 @@
// https://dev.w3.org/fxtf/geometry/#DOMMatrix
[
- Constructor,
- Constructor(DOMString transformList),
- Constructor(sequence<unrestricted double> numberSequence),
+ Constructor(optional (DOMString or sequence<unrestricted double>) init),
RaisesException=Constructor,
Exposed=(Window,Worker),
RuntimeEnabled=GeometryInterfaces,

Powered by Google App Engine
This is Rietveld 408576698