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