Chromium Code Reviews| Index: runtime/vm/exceptions.h |
| =================================================================== |
| --- runtime/vm/exceptions.h (revision 20477) |
| +++ runtime/vm/exceptions.h (working copy) |
| @@ -46,6 +46,7 @@ |
| const String& dst_type_name, |
| const String& dst_name, |
| const String& malformed_error); |
| + static const char* CreateStackTrace(); |
| enum ExceptionType { |
| kNone, |