diff options
Diffstat (limited to 'src/thread.cc')
-rw-r--r-- | src/thread.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thread.cc b/src/thread.cc index 8037886165..ca57f8a6bc 100644 --- a/src/thread.cc +++ b/src/thread.cc @@ -1770,7 +1770,7 @@ class CatchBlockStackVisitor : public StackVisitor { const char* last_no_assert_suspension_cause_; }; -void Thread::DeliverException() { +void Thread::QuickDeliverException() { Throwable* exception = GetException(); // Get exception from thread CHECK(exception != NULL); // Don't leave exception visible while we try to find the handler, which may cause class |