| Index: runtime/vm/stack_trace.cc
|
| diff --git a/runtime/vm/stack_trace.cc b/runtime/vm/stack_trace.cc
|
| index e0c77177b2013d97187f3fc0d042c4272ba494c6..0174f5c69723e912396f51d84b5aacce5c4390e3 100644
|
| --- a/runtime/vm/stack_trace.cc
|
| +++ b/runtime/vm/stack_trace.cc
|
| @@ -2,8 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -#include "vm/stack_frame.h"
|
| #include "vm/stack_trace.h"
|
| +#include "vm/stack_frame.h"
|
|
|
| namespace dart {
|
|
|
| @@ -41,7 +41,6 @@ intptr_t StackTraceUtils::CountFrames(Thread* thread,
|
| return frame_count;
|
| }
|
|
|
| -
|
| intptr_t StackTraceUtils::CollectFrames(Thread* thread,
|
| const Array& code_array,
|
| const Array& pc_offset_array,
|
| @@ -76,7 +75,6 @@ intptr_t StackTraceUtils::CollectFrames(Thread* thread,
|
| return collected_frames_count;
|
| }
|
|
|
| -
|
| intptr_t StackTraceUtils::ExtractAsyncStackTraceInfo(
|
| Thread* thread,
|
| Function* async_function,
|
|
|