Index: src/hydrogen.h |
diff --git a/src/hydrogen.h b/src/hydrogen.h |
index 6b031708c767cbcdbd596e58c9959a513a8b40ac..bae1c087d08891e900ac83da4aafd9f0da4e0a6c 100644 |
--- a/src/hydrogen.h |
+++ b/src/hydrogen.h |
@@ -1837,6 +1837,9 @@ class HGraphBuilder { |
HValue* from, |
HValue* to); |
+ void BuildCopyProperties(HValue* from_properties, HValue* to_properties, |
+ HValue* length, HValue* capacity); |
+ |
void BuildCopyElements(HValue* from_elements, |
ElementsKind from_elements_kind, |
HValue* to_elements, |