| Index: src/compilation-cache.h
|
| diff --git a/src/compilation-cache.h b/src/compilation-cache.h
|
| index baa53fb45d5ab70f4220ac7c69242c3b6a51d434..fe623dc79830bd34739d8f4d8cec3c330fe92c04 100644
|
| --- a/src/compilation-cache.h
|
| +++ b/src/compilation-cache.h
|
| @@ -34,7 +34,7 @@ class CompilationSubCache {
|
| return GetTable(kFirstGeneration);
|
| }
|
| void SetFirstTable(Handle<CompilationCacheTable> value) {
|
| - ASSERT(kFirstGeneration < generations_);
|
| + DCHECK(kFirstGeneration < generations_);
|
| tables_[kFirstGeneration] = *value;
|
| }
|
|
|
|
|