Chromium Code Reviews| Index: third_party/WebKit/Source/core/dom/DOMMatrix.idl |
| diff --git a/third_party/WebKit/Source/core/dom/DOMMatrix.idl b/third_party/WebKit/Source/core/dom/DOMMatrix.idl |
| index 37465d2422a0f1a457006cae25a556be4f340d13..6ed8d9926a87959879e33984df596c273ee49a3a 100644 |
| --- a/third_party/WebKit/Source/core/dom/DOMMatrix.idl |
| +++ b/third_party/WebKit/Source/core/dom/DOMMatrix.idl |
| @@ -70,4 +70,6 @@ |
| DOMMatrix skewXSelf(optional unrestricted double sx = 0); |
| DOMMatrix skewYSelf(optional unrestricted double sy = 0); |
| DOMMatrix invertSelf(); |
| + |
| + [RaisesException] DOMMatrix setMatrixValue(DOMString transformList); |
| }; |