Index: src/x64/code-stubs-x64.cc |
diff --git a/src/x64/code-stubs-x64.cc b/src/x64/code-stubs-x64.cc |
index 6f35a210c6a7e11f6aff6297bb2cf4501a9d56ea..0c9a0f20cdde8ca317883e4981c3e7ab05765326 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); |
} |