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 bb1ac94251ac9434970f5ba4deef5d5ccb7dc6c5..096116793c55a70b1bdfc848d5d04a74a9119fd7 100644 |
| --- a/third_party/WebKit/Source/core/dom/DOMMatrix.idl |
| +++ b/third_party/WebKit/Source/core/dom/DOMMatrix.idl |
| @@ -73,4 +73,6 @@ |
| DOMMatrix skewXSelf(optional unrestricted double sx = 0); |
| DOMMatrix skewYSelf(optional unrestricted double sy = 0); |
| DOMMatrix invertSelf(); |
| + |
| + [RaisesException] DOMMatrix setMatrixValue(DOMString transformList); |
| }; |