48418a75f7
It used to be: #0 getCurrentStackTrace (file:///tmp/junk.dart:3:5) #0 func1 (file:///tmp/junk.dart:10:29) #1 func2 (file:///tmp/junk.dart:14:8) #2 func3 (file:///tmp/junk.dart:18:8) #3 func4 (file:///tmp/junk.dart:22:8) #4 main (file:///tmp/junk.dart:26:8) (Notice the two #0 frames on top). Now it will print this as: #0 getCurrentStackTrace (file:///tmp/junk.dart:3:5) #1 func1 (file:///tmp/junk.dart:10:29) #2 func2 (file:///tmp/junk.dart:14:8) #3 func3 (file:///tmp/junk.dart:18:8) #4 func4 (file:///tmp/junk.dart:22:8) #5 main (file:///tmp/junk.dart:26:8) Review URL: https://codereview.chromium.org//12381030 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@19272 260f80e4-7a28-3924-810f-c04153c831b5