Index: src/isolate.h |
diff --git a/src/isolate.h b/src/isolate.h |
index 25d2130881d052f4507a3d86f4c7e595088a8ee9..b9f842e7670a306066f30e3f221196ff77e102bf 100644 |
--- a/src/isolate.h |
+++ b/src/isolate.h |
@@ -748,9 +748,6 @@ |
// of Throw() as its return value. |
Object* Throw(Object* exception, MessageLocation* location = NULL); |
Object* ThrowIllegalOperation(); |
- |
- void ReportBootstrappingException(Handle<Object> exception, |
- MessageLocation* location); |
template <typename T> |
MUST_USE_RESULT MaybeHandle<T> Throw(Handle<Object> exception, |