| Index: src/compilation-cache.cc
|
| diff --git a/src/compilation-cache.cc b/src/compilation-cache.cc
|
| index 904e84fd6cfe9c03889761df01d1bb978c4db6bb..7ace2f7db08a348b9168071ec796af60bb27bc73 100644
|
| --- a/src/compilation-cache.cc
|
| +++ b/src/compilation-cache.cc
|
| @@ -67,7 +67,7 @@ CompilationCache::~CompilationCache() {}
|
|
|
| static Handle<CompilationCacheTable> AllocateTable(Isolate* isolate, int size) {
|
| CALL_HEAP_FUNCTION(isolate,
|
| - CompilationCacheTable::Allocate(size),
|
| + CompilationCacheTable::Allocate(isolate->heap(), size),
|
| CompilationCacheTable);
|
| }
|
|
|
|
|