| Index: sdk/lib/json/json.dart
|
| diff --git a/sdk/lib/json/json.dart b/sdk/lib/json/json.dart
|
| index 28d3df942349a81ac3d148dc970028750ebe6c3c..79e5aba47ef1e86b07069c11c99a8b34a720f153 100644
|
| --- a/sdk/lib/json/json.dart
|
| +++ b/sdk/lib/json/json.dart
|
| @@ -16,7 +16,7 @@ library dart.json;
|
| * [cause] field. If the call returns an object that isn't directly
|
| * serializable, the [cause] will be null.
|
| */
|
| -class JsonUnsupportedObjectError extends Error {
|
| +class JsonUnsupportedObjectError extends Error with StackTraceOnThrow {
|
| /** The object that could not be serialized. */
|
| final unsupportedObject;
|
| /** The exception thrown by object's [:toJson:] method, if any. */
|
|
|