Index: src/isolate.cc |
diff --git a/src/isolate.cc b/src/isolate.cc |
index 7df14c4885a1482ff0f5ef706d4b7d4cc27db7cb..8fcb370c3e9ebf9fc5894a4b0826b1339966c60a 100644 |
--- a/src/isolate.cc |
+++ b/src/isolate.cc |
@@ -921,7 +921,7 @@ Failure* Isolate::Throw(Object* exception, MessageLocation* location) { |
} |
-Failure* Isolate::ReThrow(MaybeObject* exception, MessageLocation* location) { |
+Failure* Isolate::ReThrow(MaybeObject* exception) { |
bool can_be_caught_externally = false; |
bool catchable_by_javascript = is_catchable_by_javascript(exception); |
ShouldReportException(&can_be_caught_externally, catchable_by_javascript); |