| Index: src/code-stubs.h
|
| diff --git a/src/code-stubs.h b/src/code-stubs.h
|
| index d4a21527a221190214276a597812d71221f44130..6f2ce63e5764d70ab9c5ea17522f2c2d45bb22b9 100644
|
| --- a/src/code-stubs.h
|
| +++ b/src/code-stubs.h
|
| @@ -747,7 +747,7 @@ class InstanceofStub: public PlatformCodeStub {
|
| void Generate(MacroAssembler* masm);
|
|
|
| virtual void InitializeInterfaceDescriptor(
|
| - Isolate* isolate, CodeStubInterfaceDescriptor* descriptor);
|
| + CodeStubInterfaceDescriptor* descriptor);
|
|
|
| private:
|
| Major MajorKey() const { return Instanceof; }
|
| @@ -1628,7 +1628,7 @@ class CallFunctionStub: public PlatformCodeStub {
|
| }
|
|
|
| virtual void InitializeInterfaceDescriptor(
|
| - Isolate* isolate, CodeStubInterfaceDescriptor* descriptor);
|
| + CodeStubInterfaceDescriptor* descriptor);
|
|
|
| private:
|
| int argc_;
|
| @@ -1670,7 +1670,7 @@ class CallConstructStub: public PlatformCodeStub {
|
| }
|
|
|
| virtual void InitializeInterfaceDescriptor(
|
| - Isolate* isolate, CodeStubInterfaceDescriptor* descriptor);
|
| + CodeStubInterfaceDescriptor* descriptor);
|
|
|
| private:
|
| CallConstructorFlags flags_;
|
|
|