Index: src/ic/x64/handler-compiler-x64.cc |
diff --git a/src/ic/x64/handler-compiler-x64.cc b/src/ic/x64/handler-compiler-x64.cc |
index 1490c921fc3e1890b33f66418f2f3d484ca65601..9ec580040898c97e4f7b3be2c3ac34dcb6646635 100644 |
--- a/src/ic/x64/handler-compiler-x64.cc |
+++ b/src/ic/x64/handler-compiler-x64.cc |
@@ -364,8 +364,8 @@ void NamedStoreHandlerCompiler::GenerateRestoreName(Handle<Name> name) { |
} |
-void NamedStoreHandlerCompiler::GeneratePushMap(Register map_reg, |
- Register scratch) { |
+void NamedStoreHandlerCompiler::RearrangeVectorAndSlot( |
+ Register current_map, Register destination_map) { |
DCHECK(false); // Not implemented. |
} |