Chromium Code Reviews| Index: src/x64/stub-cache-x64.cc |
| =================================================================== |
| --- src/x64/stub-cache-x64.cc (revision 6127) |
| +++ src/x64/stub-cache-x64.cc (working copy) |
| @@ -1248,8 +1248,7 @@ |
| __ InNewSpace(rbx, rcx, equal, &exit); |
| - RecordWriteStub stub(rbx, rdx, rcx); |
| - __ CallStub(&stub); |
| + __ RecordWriteHelper(rbx, rdx, rcx); |
| __ ret((argc + 1) * kPointerSize); |