Index: src/heap/store-buffer.cc |
diff --git a/src/heap/store-buffer.cc b/src/heap/store-buffer.cc |
index 8eb943f3ea4c38508411ff1636bc0b08d531658f..b803b10d0639419cf9fe450e8b9477ad2aa5b67a 100644 |
--- a/src/heap/store-buffer.cc |
+++ b/src/heap/store-buffer.cc |
@@ -91,7 +91,7 @@ void StoreBuffer::FlipStoreBuffers() { |
current_ = other; |
top_ = start_[current_]; |
- if (!task_running_ && FLAG_concurrent_sweeping) { |
+ if (!task_running_ && FLAG_concurrent_store_buffer) { |
task_running_ = true; |
Task* task = new Task(heap_->isolate(), this); |
V8::GetCurrentPlatform()->CallOnBackgroundThread( |