Sure, will fix. Thanks a lot for review. yours, anton.
On Mon, Jan 25, 2010 at 4:01 PM, <[email protected]> wrote: > LGTM with a style comment: > > In the V8 code base we always have explicit check against NULL, so > > while (HeapObject* obj = it.next()) { > > needs to be > > while ((HeapObject* obj = it.next()) != NULL) { > > > http://codereview.chromium.org/555072 > -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
