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