Index: runtime/vm/debugger.h |
diff --git a/runtime/vm/debugger.h b/runtime/vm/debugger.h |
index db6468eb61d43f4591e417996bc850b82d83b193..e59c3c73abe121f161a3eebb6cf4bf1e7c1ce4eb 100644 |
--- a/runtime/vm/debugger.h |
+++ b/runtime/vm/debugger.h |
@@ -674,11 +674,9 @@ 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, |