From: mikhail.naganov@gmail.com Date: Fri, 24 Sep 2010 11:50:50 +0000 (+0000) Subject: Fix presubmit error. X-Git-Tag: upstream/4.7.83~21161 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0a539dc18111ba38cc6e5838132be9ace86b9130;p=platform%2Fupstream%2Fv8.git Fix presubmit error. git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5524 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/src/cpu-profiler.cc b/src/cpu-profiler.cc index 2517c5f..acf3349 100644 --- a/src/cpu-profiler.cc +++ b/src/cpu-profiler.cc @@ -431,7 +431,7 @@ void CpuProfiler::FunctionCreateEventFromMove(JSFunction* function, // 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;