Chromium Code Reviews| 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_); |
| } |