| Index: runtime/vm/debugger.h
|
| diff --git a/runtime/vm/debugger.h b/runtime/vm/debugger.h
|
| index 665a3ef3821e4deda5783e2a87b0abdec16e4b2c..91e292010b6db158941789b674a5d50515062c96 100644
|
| --- a/runtime/vm/debugger.h
|
| +++ b/runtime/vm/debugger.h
|
| @@ -673,9 +673,11 @@ class Debugger {
|
| const Array& deopt_frame,
|
| intptr_t deopt_frame_offset,
|
| ActivationFrame::Kind kind = ActivationFrame::kRegular);
|
| +#if !defined(DART_PRECOMPILED_RUNTIME)
|
| static RawArray* DeoptimizeToArray(Thread* thread,
|
| StackFrame* frame,
|
| const Code& code);
|
| +#endif
|
| // Appends at least one stack frame. Multiple frames will be appended
|
| // if |code| at the frame's pc contains inlined functions.
|
| static void AppendCodeFrames(Thread* thread,
|
|
|