Index: src/lithium.cc |
diff --git a/src/lithium.cc b/src/lithium.cc |
index e216542712285429b55c1c16b1f5111cc53b9d73..09c0f4405f5472b550ebb963f82603d1fb3c51f2 100644 |
--- a/src/lithium.cc |
+++ b/src/lithium.cc |
@@ -416,7 +416,7 @@ Representation LChunk::LookupLiteralRepresentation( |
LChunk* LChunk::NewChunk(HGraph* graph) { |
- NoHandleAllocation no_handles; |
+ NoHandleAllocation no_handles(graph->isolate()); |
AssertNoAllocation no_gc; |
int values = graph->GetMaximumValueID(); |