The error cases were returning false instead of true.
authormike@belshe.com <mike@belshe.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 2 Oct 2009 17:26:50 +0000 (17:26 +0000)
committermike@belshe.com <mike@belshe.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 2 Oct 2009 17:26:50 +0000 (17:26 +0000)
commitbec08c35cabde5c80422568a850cd457e7c1d66f
treeed9502a44c66a2f22fb92fd6f7921776d7df2a3f
parent8925e8af0a77ea9dca069f65bdee5881144773ee
The error cases were returning false instead of true.
So if the caller does something like:
while(!IdleNotification())
it could spin forever if v8 were not initialized.

I'd like to further remove the is_high_priority flag,
because it is not in use. Mads - is there any reason
not to remove it?

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3014 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/api.cc
src/v8.cc