Index: src/ic/x87/handler-compiler-x87.cc |
diff --git a/src/ic/x87/handler-compiler-x87.cc b/src/ic/x87/handler-compiler-x87.cc |
index 2445589639a6010180773aa4f1b0c057fb4e0e2c..8fe4741cec23322f17eba9fd230769217edaadaf 100644 |
--- a/src/ic/x87/handler-compiler-x87.cc |
+++ b/src/ic/x87/handler-compiler-x87.cc |
@@ -116,6 +116,7 @@ void PropertyHandlerCompiler::GenerateApiAccessorCall( |
kPointerSize)); |
} |
// Write the receiver and arguments to stack frame. |
+ __ push(accessor_holder); |
__ push(receiver); |
if (is_store) { |
DCHECK(!AreAliased(receiver, scratch, store_parameter)); |