Chromium Code Reviews| Index: src/top.cc |
| diff --git a/src/top.cc b/src/top.cc |
| index 8611a3165c385b76b765257e9c86166af85dde9f..6771f3814af94eae8fa9e743cdc4c93a57d0e3c3 100644 |
| --- a/src/top.cc |
| +++ b/src/top.cc |
| @@ -72,7 +72,6 @@ void ThreadLocalTop::Initialize() { |
| int id = Isolate::Current()->thread_manager()->CurrentId(); |
| thread_id_ = (id == 0) ? ThreadManager::kInvalidId : id; |
| external_caught_exception_ = false; |
| - in_exception_reporting_ = false; |
| failed_access_check_callback_ = NULL; |
| save_context_ = NULL; |
| catcher_ = NULL; |