| Index: third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.h
|
| diff --git a/third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.h b/third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.h
|
| index b26da77145e917a4248407162ac65e00ed6c6a38..5c6bfb6798301aec4cc24961922093a76f8205b4 100644
|
| --- a/third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.h
|
| +++ b/third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.h
|
| @@ -98,7 +98,7 @@ class CORE_EXPORT DOMMatrixReadOnly
|
| NotShared<DOMFloat32Array> toFloat32Array() const;
|
| NotShared<DOMFloat64Array> toFloat64Array() const;
|
|
|
| - const String toString() const;
|
| + const String toString(ExceptionState&) const;
|
|
|
| ScriptValue toJSONForBinding(ScriptState*) const;
|
|
|
|
|