Chromium Code Reviews| Index: src/isolate.h |
| diff --git a/src/isolate.h b/src/isolate.h |
| index 4a773b30b0a7a992f5533900080f9188bfa77108..689478e5b223b0cb8faed1b8af7e0b18b579533b 100644 |
| --- a/src/isolate.h |
| +++ b/src/isolate.h |
| @@ -146,7 +146,6 @@ typedef ZoneList<Handle<Object> > ZoneObjectList; |
| do { \ |
| ASSERT(!(isolate)->has_pending_exception()); \ |
| CHECK(!(call).is_null()); \ |
| - CHECK(!(isolate)->has_pending_exception()); \ |
| } while (false) |
| #define RETURN_IF_EMPTY_HANDLE(isolate, call) \ |