Revision: 12810 Author: [email protected] Date: Thu Oct 25 03:07:26 2012 Log: Fix typo in V8::MarkIndependent()
BUG= Review URL: https://codereview.chromium.org/11238064 Patch from Kentaro Hara <[email protected]>. http://code.google.com/p/v8/source/detail?r=12810 Modified: /branches/bleeding_edge/src/api.cc ======================================= --- /branches/bleeding_edge/src/api.cc Mon Oct 22 09:33:10 2012 +++ /branches/bleeding_edge/src/api.cc Thu Oct 25 03:07:26 2012 @@ -643,7 +643,7 @@ void V8::MarkIndependent(i::Object** object) { i::Isolate* isolate = i::Isolate::Current(); - LOG_API(isolate, "MakeIndependent"); + LOG_API(isolate, "MarkIndependent"); isolate->global_handles()->MarkIndependent(object); } -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
