Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(324)

Unified Diff: src/top.h

Issue 6688032: Fix build. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698