Index: src/hydrogen.h |
diff --git a/src/hydrogen.h b/src/hydrogen.h |
index f24f1729e8cdb96ea90bbf077d9503d2cc47ab7b..86c3b6b9fd79eb29eee100caa301f94f2d44c270 100644 |
--- a/src/hydrogen.h |
+++ b/src/hydrogen.h |
@@ -2432,6 +2432,8 @@ class HOptimizedGraphBuilder : public HGraphBuilder, public AstVisitor { |
HValue* hash, |
HIfContinuation* join_continuation); |
template <typename CollectionType> |
+ HValue* BuildAllocateOrderedHashTable(); |
+ template <typename CollectionType> |
void BuildJSCollectionDelete(CallRuntime* call, |
const Runtime::Function* c_function); |
template <typename CollectionType> |