| Index: src/isolate.h
|
| diff --git a/src/isolate.h b/src/isolate.h
|
| index 20f9625d4d6c79db9af7041c87f1fd26d9c68e61..326a3a6fcbbe4008342c6543ab779901bc1e0512 100644
|
| --- a/src/isolate.h
|
| +++ b/src/isolate.h
|
| @@ -106,7 +106,7 @@ class DebuggerAgent;
|
| // of handles to the actual constants.
|
| typedef ZoneList<Handle<Object> > ZoneObjectList;
|
|
|
| -
|
| +// TODO(isolates): pass isolate pointer here.
|
| #define RETURN_IF_SCHEDULED_EXCEPTION() \
|
| if (Isolate::Current()->has_scheduled_exception()) \
|
| return Isolate::Current()->PromoteScheduledException()
|
|
|