From: sandholm@chromium.org Date: Wed, 1 Jun 2011 12:24:55 +0000 (+0000) Subject: Removing white spaces introduced in r8142. X-Git-Tag: upstream/4.7.83~19251 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f942c16ee91599d4a4f33fca14213d1b9172a966;p=platform%2Fupstream%2Fv8.git Removing white spaces introduced in r8142. Review URL: http://codereview.chromium.org/7025005 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8143 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/src/heap.cc b/src/heap.cc index 8ea9542..75748dd 100644 --- a/src/heap.cc +++ b/src/heap.cc @@ -794,7 +794,7 @@ bool Heap::PerformGarbageCollection(GarbageCollector collector, } isolate_->counters()->objs_since_last_young()->Set(0); - + gc_post_processing_depth_++; { DisableAssertNoAllocation allow_allocation; GCTracer::Scope scope(tracer, GCTracer::Scope::EXTERNAL); diff --git a/src/heap.h b/src/heap.h index 312519e..a6455e5 100644 --- a/src/heap.h +++ b/src/heap.h @@ -1053,7 +1053,7 @@ class Heap { enum HeapState { NOT_IN_GC, SCAVENGE, MARK_COMPACT }; inline HeapState gc_state() { return gc_state_; } - + inline bool IsInGCPostProcessing() { return gc_post_processing_depth_ > 0; } #ifdef DEBUG