| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 5d3c509bdf190d2536615580cb679d67d52474ae..d67b06a0f5b3c5c37d341b5764105c71fc0acd5d 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -5318,7 +5318,7 @@ class Type : public AbstractType {
|
| virtual bool IsRecursive() const;
|
| virtual RawAbstractType* InstantiateFrom(
|
| const TypeArguments& instantiator_type_arguments,
|
| - Error* malformed_error,
|
| + Error* bound_error,
|
| TrailPtr trail = NULL,
|
| Heap::Space space = Heap::kNew) const;
|
| virtual RawAbstractType* CloneUnfinalized() const;
|
|
|