| Index: third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.idl
|
| diff --git a/third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.idl b/third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.idl
|
| index 1032f29b5183d388cca949c7bbe9d1f931aa11e4..56a2950795c2d56ce7254b9989c76ac757a6d54f 100644
|
| --- a/third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.idl
|
| +++ b/third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.idl
|
| @@ -76,6 +76,6 @@
|
| DOMPoint transformPoint(optional DOMPointInit point);
|
| Float32Array toFloat32Array();
|
| Float64Array toFloat64Array();
|
| - stringifier;
|
| + [RaisesException] stringifier;
|
| serializer = { attribute };
|
| };
|
|
|