Commit 59a472a7 authored by erik.corry@gmail.com's avatar erik.corry@gmail.com

Try to fix compile error on Windows.

Review URL: http://codereview.chromium.org/8497010

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9908 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent fbc0a9cd
......@@ -842,7 +842,7 @@ void IncrementalMarking::Step(intptr_t allocated_bytes) {
}
}
intptr_t promoted_during_marking = heap_->PromotedTotalSize()
int64_t promoted_during_marking = heap_->PromotedTotalSize()
- old_generation_space_used_at_start_of_incremental_;
intptr_t delay = allocation_marking_factor_ * MB;
intptr_t scavenge_slack = heap_->MaxSemiSpaceSize();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment