Index: src/ic/handler-compiler.h |
diff --git a/src/ic/handler-compiler.h b/src/ic/handler-compiler.h |
index bed65775c877d63953a3f78425e1975c56f82bc5..7d6b42483868cf17421a1ae55f68ba8be5144aea 100644 |
--- a/src/ic/handler-compiler.h |
+++ b/src/ic/handler-compiler.h |
@@ -54,11 +54,11 @@ class PropertyHandlerCompiler : public PropertyAccessCompiler { |
void DiscardVectorAndSlot(); |
// TODO(verwaest): Make non-static. |
- static void GenerateFastApiCall(MacroAssembler* masm, |
- const CallOptimization& optimization, |
- Handle<Map> receiver_map, Register receiver, |
- Register scratch, bool is_store, int argc, |
- Register* values); |
+ static void GenerateApiAccessorCall(MacroAssembler* masm, |
+ const CallOptimization& optimization, |
+ Handle<Map> receiver_map, |
+ Register receiver, Register scratch, |
+ bool is_store, Register store_parameter); |
// Helper function used to check that the dictionary doesn't contain |
// the property. This function may return false negatives, so miss_label |