Fixed stack overflow crash.



git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@257 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent f5b571e8
......@@ -770,7 +770,7 @@ void Top::DoThrow(Object* exception,
Handle<Object> message_obj;
MessageLocation potential_computed_location;
if (is_caught_externally || report_exception) {
if (report_exception) {
if (location == NULL) {
// If no location was specified we use a computed one instead
ComputeLocation(&potential_computed_location);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment