http://codereview.chromium.org/2463002/diff/6001/7001 File src/isolate.cc (right):
http://codereview.chromium.org/2463002/diff/6001/7001#newcode73 src/isolate.cc:73: if (stubCache_ != NULL) { It's safe to delete NULL, so can just write delete stub_cache_. http://codereview.chromium.org/2463002/diff/6001/7002 File src/isolate.h (right): http://codereview.chromium.org/2463002/diff/6001/7002#newcode58 src/isolate.h:58: StubCache* stubCache() { return stubCache_; } "stub_cache" and "stub_cache_". Please do read the style guide :) http://codereview.chromium.org/2463002/show -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
