Index: src/isolate.cc |
diff --git a/src/isolate.cc b/src/isolate.cc |
index 451a975a22820cc9839941b6c62bb66e5f35af92..91b8e8371fa3a4aedad5d61a2e8d0d65b83a2ea3 100644 |
--- a/src/isolate.cc |
+++ b/src/isolate.cc |
@@ -893,7 +893,6 @@ Failure* Isolate::ReThrow(Object* exception) { |
// Set the exception being re-thrown. |
set_pending_exception(exception); |
- if (exception->IsFailure()) return exception->ToFailureUnchecked(); |
return Failure::Exception(); |
} |