Chromium Code Reviews| Index: runtime/lib/async_patch.dart |
| diff --git a/runtime/lib/async_patch.dart b/runtime/lib/async_patch.dart |
| index d78534719656c37ca06fc3cdc7354a930bbeadad..9aabb60a9b661d386c7b47eefa1c02344f243985 100644 |
| --- a/runtime/lib/async_patch.dart |
| +++ b/runtime/lib/async_patch.dart |
| @@ -182,3 +182,5 @@ class _AsyncStarStreamController { |
| return cancellationCompleter.future; |
| } |
| } |
| + |
| +patch void _rethrow(Object error, StackTrace stackTrace) native "Zone_rethrow"; |
|
Ivan Posva
2015/10/02 23:40:39
Strictly speaking this native should be named "Asy
Lasse Reichstein Nielsen
2015/10/05 06:18:49
Renamed to Async_rethrow.
It's top-level because i
|