Index: src/isolate.cc |
diff --git a/src/isolate.cc b/src/isolate.cc |
index 8a186c92e542e336d025b71ce1e0621bd6ddf03d..6fcc926f259a9b6ee07c2dc28a7f7084f6b4b208 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) { |
+Failure* Isolate::ReThrow(MaybeObject* exception, MessageLocation* location) { |
bool can_be_caught_externally = false; |
bool catchable_by_javascript = is_catchable_by_javascript(exception); |
ShouldReportException(&can_be_caught_externally, catchable_by_javascript); |