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)); |