Revision: 7260
Author:   [email protected]
Date:     Fri Mar 18 05:51:14 2011
Log:      Fix build.

[email protected]

Review URL: http://codereview.chromium.org/6688032
http://code.google.com/p/v8/source/detail?r=7260

Modified:
 /branches/bleeding_edge/src/top.h

=======================================
--- /branches/bleeding_edge/src/top.h   Fri Mar 18 05:33:19 2011
+++ /branches/bleeding_edge/src/top.h   Fri Mar 18 05:51:14 2011
@@ -562,7 +562,7 @@

     ~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