Index: src/isolate.cc |
diff --git a/src/isolate.cc b/src/isolate.cc |
index a64e01dd2bb55e70335db093230bb67a53105bd1..d0b7f114635ad7e7d8363436ffd8e847890d6688 100644 |
--- a/src/isolate.cc |
+++ b/src/isolate.cc |
@@ -634,7 +634,6 @@ Handle<JSArray> Isolate::CaptureSimpleStackTrace(Handle<JSObject> error_object, |
} |
Handle<JSArray> result = factory()->NewJSArrayWithElements(elements); |
result->set_length(Smi::FromInt(cursor)); |
- heap()->error_object_list()->Add(*error_object); |
return result; |
} |