Chromium Code Reviews| Index: src/hydrogen.h |
| diff --git a/src/hydrogen.h b/src/hydrogen.h |
| index 09700ef6ab6bc8e5b99052d127a91fb77ddefdde..4c80280719430f369590a740ee0daa23896001a0 100644 |
| --- a/src/hydrogen.h |
| +++ b/src/hydrogen.h |
| @@ -1076,6 +1076,12 @@ class HGraphBuilder { |
| ElementsKind kind, |
| HValue* length); |
| + void BuildTransitionElementsKind(HValue* object, |
| + HValue* map, |
| + ElementsKind from_kind, |
| + ElementsKind to_kind, |
| + bool is_jsarray); |
| + |
| HInstruction* BuildUncheckedMonomorphicElementAccess( |
| HValue* object, |
| HValue* key, |