7cf1ba97ad
The Zone infrastructure apparently doesn't automatically pipe errors to the parent Zone (issue 18134). R=rnystrom@google.com BUG= Review URL: https://codereview.chromium.org//232123003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34904 260f80e4-7a28-3924-810f-c04153c831b5
312 B
312 B
0.9.3+1
- If an error is thrown in
Chain.capture'sonErrorhandler, that error is handled by the parent zone. This matches the behavior ofrunZonedindart:async.
0.9.3
-
Add a
Chain.foldFramesmethod that parallelsTrace.foldFrames. -
Record anonymous method frames in IE10 as "".