Index: src/isolate.h |
diff --git a/src/isolate.h b/src/isolate.h |
index b9f842e7670a306066f30e3f221196ff77e102bf..25d2130881d052f4507a3d86f4c7e595088a8ee9 100644 |
--- a/src/isolate.h |
+++ b/src/isolate.h |
@@ -749,6 +749,9 @@ class Isolate { |
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, |
MessageLocation* location = NULL) { |