Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(106)

Unified Diff: runtime/vm/ast_transformer.cc

Issue 922603002: Fix another missing source location VM stacktrace with async code. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: only record token position at instance call Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/ast_transformer.cc
===================================================================
--- runtime/vm/ast_transformer.cc (revision 43679)
+++ runtime/vm/ast_transformer.cc (working copy)
@@ -186,7 +186,7 @@
preamble_->Add(new (Z) StoreLocalNode(
Scanner::kNoSourcePos,
result_param,
- new(Z) InstanceCallNode(Scanner::kNoSourcePos,
+ new(Z) InstanceCallNode(node->token_pos(),
load_result_param,
Symbols::FutureThen(),
args)));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698