Index: src/code-stubs.h |
diff --git a/src/code-stubs.h b/src/code-stubs.h |
index 5f802235afa11138c8f135465f79f6244667e10d..d8ed2760dbd2ec52d9904fc18e57eea911fe2848 100644 |
--- a/src/code-stubs.h |
+++ b/src/code-stubs.h |
@@ -1377,6 +1377,7 @@ class FunctionPrototypeStub : public PlatformCodeStub { |
: 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 |