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

Unified Diff: third_party/WebKit/Source/core/geometry/DOMMatrix.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/DOMMatrix.idl
diff --git a/third_party/WebKit/Source/core/geometry/DOMMatrix.idl b/third_party/WebKit/Source/core/geometry/DOMMatrix.idl
index 48170aab09bc9480bd73be928434396e90222209..49f6c9341a6c37d99b570a68cc04700a50790e51 100644
--- a/third_party/WebKit/Source/core/geometry/DOMMatrix.idl
+++ b/third_party/WebKit/Source/core/geometry/DOMMatrix.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,
« no previous file with comments | « third_party/WebKit/Source/core/geometry/DOMMatrix.cpp ('k') | third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698