Index: src/x64/code-stubs-x64.cc |
diff --git a/src/x64/code-stubs-x64.cc b/src/x64/code-stubs-x64.cc |
index fbc2f111c154efc6dbb42fda234733d44c30dbe9..7959bb1830ae5d774e11f420821106f84daca738 100644 |
--- a/src/x64/code-stubs-x64.cc |
+++ b/src/x64/code-stubs-x64.cc |
@@ -180,7 +180,7 @@ void TransitionElementsKindStub::InitializeInterfaceDescriptor( |
} |
-void BinaryOpStub::InitializeInterfaceDescriptor( |
+void BinaryOpICStub::InitializeInterfaceDescriptor( |
Isolate* isolate, |
CodeStubInterfaceDescriptor* descriptor) { |
static Register registers[] = { rdx, rax }; |
@@ -2788,7 +2788,7 @@ void CodeStub::GenerateStubsAheadOfTime(Isolate* isolate) { |
// It is important that the store buffer overflow stubs are generated first. |
ArrayConstructorStubBase::GenerateStubsAheadOfTime(isolate); |
CreateAllocationSiteStub::GenerateAheadOfTime(isolate); |
- BinaryOpStub::GenerateAheadOfTime(isolate); |
+ BinaryOpICStub::GenerateAheadOfTime(isolate); |
} |