Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(461)

Unified Diff: runtime/vm/stack_trace.cc

Issue 2974233002: VM: Re-format to use at most one newline between functions (Closed)
Patch Set: Rebase and merge Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/stack_frame_test.cc ('k') | runtime/vm/store_buffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « runtime/vm/stack_frame_test.cc ('k') | runtime/vm/store_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698