Index: src/crankshaft/hydrogen.h |
diff --git a/src/crankshaft/hydrogen.h b/src/crankshaft/hydrogen.h |
index 1ddc066226d121fb4769ba34ebcf1b57545723d9..cd217e3b4fa670d054229801f14b8b136c4a4613 100644 |
--- a/src/crankshaft/hydrogen.h |
+++ b/src/crankshaft/hydrogen.h |
@@ -1403,11 +1403,8 @@ class HGraphBuilder { |
KeyedAccessStoreMode store_mode); |
HInstruction* AddElementAccess( |
- HValue* elements, |
- HValue* checked_key, |
- HValue* val, |
- HValue* dependency, |
- ElementsKind elements_kind, |
+ HValue* elements, HValue* checked_key, HValue* val, HValue* dependency, |
+ HValue* backing_store_owner, ElementsKind elements_kind, |
PropertyAccessType access_type, |
LoadKeyedHoleMode load_mode = NEVER_RETURN_HOLE); |