| Index: runtime/vm/exceptions.cc
|
| ===================================================================
|
| --- runtime/vm/exceptions.cc (revision 16084)
|
| +++ runtime/vm/exceptions.cc (working copy)
|
| @@ -440,6 +440,10 @@
|
| library = Library::IsolateLibrary();
|
| class_name = Symbols::New("IsolateSpawnException");
|
| break;
|
| + case kIsolateUnhandledException:
|
| + library = Library::IsolateLibrary();
|
| + class_name = Symbols::New("IsolateUnhandledException");
|
| + break;
|
| }
|
|
|
| return DartLibraryCalls::ExceptionCreate(library, class_name, arguments);
|
|
|