Index: src/isolate.cc |
diff --git a/src/isolate.cc b/src/isolate.cc |
index cbde8ac562bd515f706e639f4f2710a068f94463..e49e1cf8ca15e8fb4e2d9fc6b82ea48aa90541c5 100644 |
--- a/src/isolate.cc |
+++ b/src/isolate.cc |
@@ -1098,7 +1098,7 @@ Object* Isolate::Throw(Object* exception, MessageLocation* location) { |
location = &computed_location; |
} |
- if (bootstrapper()->IsActive()) { |
+ if (false && bootstrapper()->IsActive()) { |
Benedikt Meurer
2016/10/17 04:02:42
Please undo this change.
caitp
2016/10/18 00:16:50
Done (again T_T).
|
// 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. |