Chromium Code Reviews| Index: runtime/vm/object.h |
| =================================================================== |
| --- runtime/vm/object.h (revision 29207) |
| +++ runtime/vm/object.h (working copy) |
| @@ -5999,7 +5999,7 @@ |
| Heap::Space space = Heap::kNew); |
| RawString* FullStacktrace() const; |
| - const char* ToCStringInternal(intptr_t frame_index) const; |
| + const char* ToCStringInternal(intptr_t* frame_index) const; |
| private: |
| void set_code_array(const Array& code_array) const; |