Index: runtime/vm/stack_frame.h |
diff --git a/runtime/vm/stack_frame.h b/runtime/vm/stack_frame.h |
index 1c59ccb64dbcf95973c583862b4e0b46dfa56583..51d3548c732d621b0347f44919617641ac1629a9 100644 |
--- a/runtime/vm/stack_frame.h |
+++ b/runtime/vm/stack_frame.h |
@@ -82,7 +82,7 @@ class StackFrame : public ValueObject { |
bool* needs_stacktrace, |
bool* is_catch_all) const; |
// Returns token_pos of the pc(), or -1 if none exists. |
- intptr_t GetTokenPos() const; |
+ TokenDescriptor GetTokenPos() const; |
protected: |
explicit StackFrame(Thread* thread) |