| Index: runtime/vm/exceptions.h
|
| diff --git a/runtime/vm/exceptions.h b/runtime/vm/exceptions.h
|
| index 64fb773958b37500d3adf29811245fae967fd1e1..e34161f1b20b4f0fb4f2f3f47c35f70df875ef08 100644
|
| --- a/runtime/vm/exceptions.h
|
| +++ b/runtime/vm/exceptions.h
|
| @@ -24,7 +24,7 @@ class String;
|
|
|
| class Exceptions : AllStatic {
|
| public:
|
| - static const char* kCastExceptionDstName;
|
| + static const char* kCastErrorDstName;
|
|
|
| static void Throw(const Instance& exception);
|
| static void ReThrow(const Instance& exception, const Instance& stacktrace);
|
|
|