| Index: runtime/vm/exceptions.cc
|
| diff --git a/runtime/vm/exceptions.cc b/runtime/vm/exceptions.cc
|
| index ba723dfddbb47a31b37fc9aaf6692e2cf866e3f5..119a09ee828fe3605024041fd95410a5d8be6241 100644
|
| --- a/runtime/vm/exceptions.cc
|
| +++ b/runtime/vm/exceptions.cc
|
| @@ -422,7 +422,7 @@ RawObject* Exceptions::Create(
|
| break;
|
| case kStackOverflow:
|
| library = Library::CoreLibrary();
|
| - class_name = Symbols::New("StackOverflowException");
|
| + class_name = Symbols::New("StackOverflowError");
|
| break;
|
| case kOutOfMemory:
|
| library = Library::CoreLibrary();
|
|
|