Index: src/x64/code-stubs-x64.h |
diff --git a/src/x64/code-stubs-x64.h b/src/x64/code-stubs-x64.h |
index 5dd4064a579594298ec4649fc07c1387e1a0f521..72a3a95d1bc238e3398086b61e76b2e12ccecaa8 100644 |
--- a/src/x64/code-stubs-x64.h |
+++ b/src/x64/code-stubs-x64.h |
@@ -138,7 +138,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_); |