Index: src/compiler/js-generic-lowering.cc |
diff --git a/src/compiler/js-generic-lowering.cc b/src/compiler/js-generic-lowering.cc |
index 4679e4c66ebdfc0084fbd9d30d8ea2b275b4467a..3526715638ad6ff90af8f164c6d1d89498e037c3 100644 |
--- a/src/compiler/js-generic-lowering.cc |
+++ b/src/compiler/js-generic-lowering.cc |
@@ -24,7 +24,7 @@ static CodeStubInterfaceDescriptor* GetInterfaceDescriptor(Isolate* isolate, |
T* stub) { |
CodeStub::Major key = static_cast<CodeStub*>(stub)->MajorKey(); |
CodeStubInterfaceDescriptor* d = isolate->code_stub_interface_descriptor(key); |
- stub->InitializeInterfaceDescriptor(isolate, d); |
+ stub->InitializeInterfaceDescriptor(d); |
return d; |
} |