Index: src/isolate.cc |
diff --git a/src/isolate.cc b/src/isolate.cc |
index 792706dc71c54dc2de0bd5f992044004d26f2b46..0e295d7d9951895dbb56d048521baa330cd89131 100644 |
--- a/src/isolate.cc |
+++ b/src/isolate.cc |
@@ -1097,7 +1097,7 @@ Object* Isolate::Throw(Object* exception, MessageLocation* location) { |
location = &computed_location; |
} |
- if (bootstrapper()->IsActive()) { |
+ if (false && bootstrapper()->IsActive()) { |
// It's not safe to try to make message objects or collect stack traces |
// while the bootstrapper is active since the infrastructure may not have |
// been properly initialized. |