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

Unified Diff: runtime/vm/parser.cc

Issue 135843003: Fix several little buglets with stepping (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 11 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
Index: runtime/vm/parser.cc
===================================================================
--- runtime/vm/parser.cc (revision 31891)
+++ runtime/vm/parser.cc (working copy)
@@ -2945,7 +2945,7 @@
void Parser::AddEqualityNullCheck() {
- const intptr_t token_pos = Scanner::kDummyTokenIndex;
+ const intptr_t token_pos = TokenPos();
Florian Schneider 2014/01/20 11:36:28 Undo this change.
AstNode* argument =
new LoadLocalNode(token_pos,
current_block_->scope->parent()->VariableAt(1));

Powered by Google App Engine
This is Rietveld 408576698