Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index b13662df0effe0c5f799a3a691ace2590fd91515..ff0ddbabe6199009637f516ca450c049da02f39b 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -679,6 +679,12 @@ class Runtime : public AllStatic { |
// Helper functions used stubs. |
static void PerformGC(Object* result); |
+ |
+ // Used in runtime.cc and hydrogen's VisitArrayLiteral. |
+ static Handle<Object> CreateArrayLiteralBoilerplate( |
+ Isolate* isolate, |
+ Handle<FixedArray> literals, |
+ Handle<FixedArray> elements); |
}; |