Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index 60c6677116cbc5d5e621271187234ef70a5bd8fb..959d13f8b2d51d45987f9e6106e7f83249d94ab1 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -838,7 +838,7 @@ class Runtime : public AllStatic { |
JSArrayBuffer* phantom_array_buffer); |
// Helper functions used stubs. |
- static void PerformGC(Object* result); |
+ static void PerformGC(Object* result, Isolate* isolate); |
// Used in runtime.cc and hydrogen's VisitArrayLiteral. |
static Handle<Object> CreateArrayLiteralBoilerplate( |