diff options
Diffstat (limited to 'components/script/dom/webidls/DOMMatrix.webidl')
-rw-r--r-- | components/script/dom/webidls/DOMMatrix.webidl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/components/script/dom/webidls/DOMMatrix.webidl b/components/script/dom/webidls/DOMMatrix.webidl index 6facefec056..d617f20af99 100644 --- a/components/script/dom/webidls/DOMMatrix.webidl +++ b/components/script/dom/webidls/DOMMatrix.webidl @@ -10,9 +10,7 @@ * related or neighboring rights to this work. */ -[Constructor, - // Constructor(DOMString transformList), - Constructor(sequence<unrestricted double> numberSequence), +[Constructor(optional (DOMString or sequence<unrestricted double>) init), Exposed=(Window,Worker)] interface DOMMatrix : DOMMatrixReadOnly { |