| Index: third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl b/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl
|
| index 065340e0801b98b7941821fc6fc0b6ff57bbf419..ae178e9ac0429f4011e9e0f82ba0b770f4cd16f5 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl
|
| +++ b/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl
|
| @@ -5,7 +5,8 @@
|
| // http://dev.w3.org/fxtf/geometry/#DOMMatrix
|
|
|
| [
|
| - // FIXME: Constructor(sequence<unrestricted double> numberSequence)
|
| + Constructor(sequence<unrestricted double> numberSequence),
|
| + RaisesException=Constructor,
|
| // FIXME: Exposed=(Window,Worker)
|
| RuntimeEnabled=GeometryInterfaces,
|
| ] interface DOMMatrixReadOnly {
|
|
|