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) { |