Index: src/x64/builtins-x64.cc |
diff --git a/src/x64/builtins-x64.cc b/src/x64/builtins-x64.cc |
index 52c81e27731583b592b435bc1cfc7ca7917630bf..5d87ee795bfa6a159171d506f5b6006d19d6e46b 100644 |
--- a/src/x64/builtins-x64.cc |
+++ b/src/x64/builtins-x64.cc |
@@ -1639,7 +1639,7 @@ void Builtins::Generate_StringConstructCode(MacroAssembler* masm) { |
// Load the empty string into rbx, remove the receiver from the |
// stack, and jump back to the case where the argument is a string. |
__ bind(&no_arguments); |
- __ LoadRoot(rbx, Heap::kEmptyStringRootIndex); |
+ __ LoadRoot(rbx, Heap::kempty_stringRootIndex); |
__ pop(rcx); |
__ lea(rsp, Operand(rsp, kPointerSize)); |
__ push(rcx); |