Index: src/v8threads.cc |
diff --git a/src/v8threads.cc b/src/v8threads.cc |
index b799126563fd9c0eb88d9b1787b2dcf4e16d6d6d..e2d9d49fe105bdc05f4568ab20a8ca76340d08c6 100644 |
--- a/src/v8threads.cc |
+++ b/src/v8threads.cc |
@@ -27,7 +27,7 @@ base::Atomic32 g_locker_was_ever_used_ = 0; |
// the lock for a given isolate. |
void Locker::Initialize(v8::Isolate* isolate) { |
DCHECK(isolate != NULL); |
- has_lock_= false; |
+ has_lock_ = false; |
top_level_ = true; |
isolate_ = reinterpret_cast<i::Isolate*>(isolate); |
// Record that the Locker has been used at least once. |