| Index: src/mips/code-stubs-mips.cc
|
| diff --git a/src/mips/code-stubs-mips.cc b/src/mips/code-stubs-mips.cc
|
| index 0e55fe713ec86574c84485e3c5e4525c7145f19f..4074f892f21de631ac31804565d0a9eabbdffcb9 100644
|
| --- a/src/mips/code-stubs-mips.cc
|
| +++ b/src/mips/code-stubs-mips.cc
|
| @@ -79,20 +79,14 @@ void CreateAllocationSiteStub::InitializeInterfaceDescriptor(
|
| }
|
|
|
|
|
| -void InstanceofStub::InitializeInterfaceDescriptor(
|
| - Isolate* isolate, CodeStubInterfaceDescriptor* descriptor) {
|
| - UNIMPLEMENTED();
|
| -}
|
| -
|
| -
|
| void CallFunctionStub::InitializeInterfaceDescriptor(
|
| - Isolate* isolate, CodeStubInterfaceDescriptor* descriptor) {
|
| + CodeStubInterfaceDescriptor* descriptor) {
|
| UNIMPLEMENTED();
|
| }
|
|
|
|
|
| void CallConstructStub::InitializeInterfaceDescriptor(
|
| - Isolate* isolate, CodeStubInterfaceDescriptor* descriptor) {
|
| + CodeStubInterfaceDescriptor* descriptor) {
|
| UNIMPLEMENTED();
|
| }
|
|
|
|
|