Chromium Code Reviews| Index: src/hydrogen.h |
| diff --git a/src/hydrogen.h b/src/hydrogen.h |
| index 979a3501cdf2e39fef156d95101e6beba8802b1a..c1dafa8b5a7a73171c3c6c693f60210656ccac27 100644 |
| --- a/src/hydrogen.h |
| +++ b/src/hydrogen.h |
| @@ -2008,7 +2008,7 @@ class HOptimizedGraphBuilder V8_FINAL |
| HValue* HandlePolymorphicElementAccess(HValue* object, |
| HValue* key, |
| HValue* val, |
| - Expression* prop, |
| + SmallMapList* maps, |
| BailoutId ast_id, |
| int position, |
| bool is_store, |