Index: src/code-stubs.h |
diff --git a/src/code-stubs.h b/src/code-stubs.h |
index 7970c0f2b997b52e85e8e1f25409bfa8fef2b11a..b1d45b63e3ed78d08469005931ce894939de1a88 100644 |
--- a/src/code-stubs.h |
+++ b/src/code-stubs.h |
@@ -1386,7 +1386,6 @@ |
: PlatformCodeStub(isolate) {} |
Code::Kind GetCodeKind() const override { return Code::HANDLER; } |
- ExtraICState GetExtraICState() const override { return Code::LOAD_IC; } |
// TODO(mvstanton): only the receiver register is accessed. When this is |
// translated to a hydrogen code stub, a new CallInterfaceDescriptor |