Index: runtime/vm/stack_frame.h |
diff --git a/runtime/vm/stack_frame.h b/runtime/vm/stack_frame.h |
index dcc6cee8d9b002beb411cb7378d3251478fc9841..dfadde2bd0354182cee738a53de1c2e339fdbea0 100644 |
--- a/runtime/vm/stack_frame.h |
+++ b/runtime/vm/stack_frame.h |
@@ -147,6 +147,7 @@ class StackFrame : public ValueObject { |
// fields fp_ and sp_ when they return the respective frame objects. |
friend class FrameSetIterator; |
friend class StackFrameIterator; |
+ friend class ProfilerDartStackWalker; |
DISALLOW_COPY_AND_ASSIGN(StackFrame); |
}; |
@@ -286,6 +287,7 @@ class StackFrameIterator : public ValueObject { |
StackFrame* current_frame_; // Points to the current frame in the iterator. |
Thread* thread_; |
+ friend class ProfilerDartStackWalker; |
DISALLOW_COPY_AND_ASSIGN(StackFrameIterator); |
}; |