Chromium Code Reviews| Index: src/isolate.h | 
| diff --git a/src/isolate.h b/src/isolate.h | 
| index 2d7995ca08e253c2574f4e9b273d32a7e20f5be6..eabe58bb07f2c2a35f481a080850afc6acebd320 100644 | 
| --- a/src/isolate.h | 
| +++ b/src/isolate.h | 
| @@ -179,7 +179,7 @@ typedef ZoneList<Handle<Object> > ZoneObjectList; | 
| #define RETURN_ON_EXCEPTION_VALUE(isolate, dst, call, value) \ | 
| do { \ | 
| - if (call.is_null()) { \ | 
| + if ((call).is_null()) { \ | 
| ASSERT((isolate)->has_pending_exception()); \ | 
| return value; \ | 
| } \ |