| Index: runtime/vm/exceptions.h
|
| ===================================================================
|
| --- runtime/vm/exceptions.h (revision 9315)
|
| +++ runtime/vm/exceptions.h (working copy)
|
| @@ -28,7 +28,7 @@
|
|
|
| static void Throw(const Instance& exception);
|
| static void ReThrow(const Instance& exception, const Instance& stacktrace);
|
| - static void PropagateError(const Object& obj);
|
| + static void PropagateError(const Error& error);
|
|
|
| // Helpers to create and throw errors.
|
| static RawScript* GetCallerScript(DartFrameIterator* iterator);
|
|
|