| 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 05f7f339612b76a6958e9626a92c69e95a0b666c..378a6ea3f38fdc47ae590c1b4fa6efc11947666e 100644
|
| --- a/third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.h
|
| +++ b/third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.h
|
| @@ -97,7 +97,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;
|
|
|
|
|