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

Unified Diff: runtime/vm/exceptions.cc

Issue 2493353002: DBC: Fix checked mode stack traces (Closed)
Patch Set: Created 4 years, 1 month 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
Index: runtime/vm/exceptions.cc
diff --git a/runtime/vm/exceptions.cc b/runtime/vm/exceptions.cc
index 6e22638d8abea26193a549cef1d2d088fce6f990..4b73efd02026d37a0fefc1ab894238631bf9667d 100644
--- a/runtime/vm/exceptions.cc
+++ b/runtime/vm/exceptions.cc
@@ -614,6 +614,7 @@ void Exceptions::Throw(Thread* thread, const Instance& exception) {
false);
}
+
void Exceptions::ReThrow(Thread* thread,
const Instance& exception,
const Instance& stacktrace) {

Powered by Google App Engine
This is Rietveld 408576698