https://codereview.chromium.org/24357002/diff/1/src/api.cc
File src/api.cc (right):

https://codereview.chromium.org/24357002/diff/1/src/api.cc#newcode5189
src/api.cc:5189: if (isolate != NULL && isolate->IsInitialized())
On 2013/09/23 11:24:15, Dmitry Lomov (chromium) wrote:
Looks like this should be isolate == NULL ||
!isolate->IsInitialized().

Nevermind.

https://codereview.chromium.org/24357002/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to