Index: src/isolate.h |
diff --git a/src/isolate.h b/src/isolate.h |
index c158533b3efeeb39f99c69ef9eddf16d063f5345..620f319eab6289831ce1eaa32fdbc2f0ee432642 100644 |
--- a/src/isolate.h |
+++ b/src/isolate.h |
@@ -780,7 +780,6 @@ class Isolate { |
// Promote a scheduled exception to pending. Asserts has_scheduled_exception. |
Object* PromoteScheduledException(); |
- void DoThrow(Object* exception, MessageLocation* location); |
// Checks if exception should be reported and finds out if it's |
// caught externally. |
bool ShouldReportException(bool* can_be_caught_externally, |