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

Unified Diff: runtime/vm/debugger.h

Issue 10832150: Get rid of ast node ids. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 4 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/debugger.h
===================================================================
--- runtime/vm/debugger.h (revision 10265)
+++ runtime/vm/debugger.h (working copy)
@@ -129,7 +129,7 @@
RawString* SourceUrl();
RawScript* SourceScript();
RawLibrary* Library();
- intptr_t TokenIndex();
+ intptr_t TokenPos();
intptr_t LineNumber();
// The context level of a frame is the context level at the

Powered by Google App Engine
This is Rietveld 408576698