| Index: runtime/vm/stack_frame.h
|
| diff --git a/runtime/vm/stack_frame.h b/runtime/vm/stack_frame.h
|
| index 2727eeef4a7cfc9389a87b0e327b9cdc83595e9b..2d1cda002619eec707e5411a26c6e5398480c56f 100644
|
| --- a/runtime/vm/stack_frame.h
|
| +++ b/runtime/vm/stack_frame.h
|
| @@ -56,8 +56,7 @@ class StackFrame : public ValueObject {
|
| // Visit objects in the frame.
|
| virtual void VisitObjectPointers(ObjectPointerVisitor* visitor);
|
|
|
| - // Print a frame.
|
| - virtual void Print() const;
|
| + const char* ToCString() const;
|
|
|
| // Check validity of a frame, used for assertion purposes.
|
| virtual bool IsValid() const;
|
|
|