| Index: src/a64/ic-a64.cc
|
| diff --git a/src/a64/ic-a64.cc b/src/a64/ic-a64.cc
|
| index d247dcaa8fe6a0759ea3427f2c14daf132ee309f..93e8a64cbfc79803656bae9e2ac1df7f4f2cf7c9 100644
|
| --- a/src/a64/ic-a64.cc
|
| +++ b/src/a64/ic-a64.cc
|
| @@ -1722,9 +1722,9 @@ void StoreIC::GenerateNormal(MacroAssembler* masm) {
|
| }
|
|
|
|
|
| -void StoreIC::GenerateGlobalProxy(MacroAssembler* masm,
|
| +void StoreIC::GenerateRuntimeSetProperty(MacroAssembler* masm,
|
| StrictModeFlag strict_mode) {
|
| - ASM_LOCATION("StoreIC::GenerateGlobalProxy");
|
| + ASM_LOCATION("StoreIC::GenerateRuntimeSetProperty");
|
| // ----------- S t a t e -------------
|
| // -- x0 : value
|
| // -- x1 : receiver
|
|
|