| Index: src/handles-inl.h
 | 
| diff --git a/src/handles-inl.h b/src/handles-inl.h
 | 
| index b763c86a7e741dec15d11d5e59e05637b1b0e55d..bb113110cb4867570ced3240a46263e80e3575f4 100644
 | 
| --- a/src/handles-inl.h
 | 
| +++ b/src/handles-inl.h
 | 
| @@ -59,7 +59,6 @@ inline bool Handle<T>::is_identical_to(const Handle<T> other) const {
 | 
|    if (FLAG_enable_slow_asserts) {
 | 
|      Isolate* isolate = Isolate::Current();
 | 
|      CHECK(isolate->AllowHandleDereference() ||
 | 
| -          Heap::RelocationLock::IsLocked(isolate->heap()) ||
 | 
|            !isolate->optimizing_compiler_thread()->IsOptimizerThread());
 | 
|    }
 | 
|  #endif  // DEBUG
 | 
| 
 |