| Index: src/mips/code-stubs-mips.h
|
| diff --git a/src/mips/code-stubs-mips.h b/src/mips/code-stubs-mips.h
|
| index 0ebfe59956e41de6a8bafc68609d466900546ac7..2370d4537d6df0723b1ece523dfd3a66c9374384 100644
|
| --- a/src/mips/code-stubs-mips.h
|
| +++ b/src/mips/code-stubs-mips.h
|
| @@ -131,7 +131,7 @@ class UnaryOpStub: public PlatformCodeStub {
|
| void GenerateGenericStubBitNot(MacroAssembler* masm);
|
| void GenerateGenericCodeFallback(MacroAssembler* masm);
|
|
|
| - virtual int GetCodeKind() { return Code::UNARY_OP_IC; }
|
| + virtual Code::Kind GetCodeKind() const { return Code::UNARY_OP_IC; }
|
|
|
| virtual InlineCacheState GetICState() {
|
| return UnaryOpIC::ToState(operand_type_);
|
|
|