Reviewers: Vitaly Repeshko,

Message:
I'll investigate why it hadn't been caught by the tests.

Description:
Fix build.

[email protected]


Please review this at http://codereview.chromium.org/6688032/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M src/top.h


Index: src/top.h
diff --git a/src/top.h b/src/top.h
index 5e4b9ef80515fc4d46a404df9703b24fb2b55a0f..1aed966c795c5290d50d052363da160020c0998c 100644
--- a/src/top.h
+++ b/src/top.h
@@ -562,7 +562,7 @@ class Top {

     ~ExceptionScope() {
       Top::set_catcher(catcher_);
-      Top::set_external_caught_exception(external_caught_exception);
+      Top::set_external_caught_exception(external_caught_exception_);
       Top::set_pending_exception(*pending_exception_);
     }



--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to