| Index: src/arm64/builtins-arm64.cc | 
| diff --git a/src/arm64/builtins-arm64.cc b/src/arm64/builtins-arm64.cc | 
| index a781cf66ca27653bc833eae29946ef078ad6dca7..54860ebc6fe42c9234af1976a689807185de7bde 100644 | 
| --- a/src/arm64/builtins-arm64.cc | 
| +++ b/src/arm64/builtins-arm64.cc | 
| @@ -948,9 +948,6 @@ void Builtins::Generate_InterpreterEntryTrampoline(MacroAssembler* masm) { | 
| //  - Support profiler (specifically profiling_counter). | 
| //  - Call ProfileEntryHookStub when isolate has a function_entry_hook. | 
| //  - Allow simulator stop operations if FLAG_stop_at is set. | 
| -  //  - Deal with sloppy mode functions which need to replace the | 
| -  //    receiver with the global proxy when called as functions (without an | 
| -  //    explicit receiver object). | 
| //  - Code aging of the BytecodeArray object. | 
|  | 
| // Perform stack guard check. | 
|  |