Revision: 5524
Author: [email protected]
Date: Fri Sep 24 04:50:50 2010
Log: Fix presubmit error.
http://code.google.com/p/v8/source/detail?r=5524
Modified:
/branches/bleeding_edge/src/cpu-profiler.cc
=======================================
--- /branches/bleeding_edge/src/cpu-profiler.cc Fri Sep 24 04:45:12 2010
+++ /branches/bleeding_edge/src/cpu-profiler.cc Fri Sep 24 04:50:50 2010
@@ -431,7 +431,7 @@
// This function is called from GC iterators (during Scavenge,
// MC, and MS), so marking bits can be set on objects. That's
// why unchecked accessors are used here.
-
+
// The same function can be reported several times.
if (function->unchecked_code() ==
Builtins::builtin(Builtins::LazyCompile)
|| singleton_->processor_->IsKnownFunction(function->address()))
return;
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev