| Index: src/ic/ic.h
|
| diff --git a/src/ic/ic.h b/src/ic/ic.h
|
| index 2afbb0db781e86a8b730274d81759786b5ddd3fb..0cde9e0373fba3780f3f54d5df537a1bda5abed0 100644
|
| --- a/src/ic/ic.h
|
| +++ b/src/ic/ic.h
|
| @@ -498,7 +498,7 @@ class KeyedLoadIC : public LoadIC {
|
|
|
| static Handle<Code> initialize_stub(Isolate* isolate);
|
| static Handle<Code> initialize_stub_in_optimized_code(Isolate* isolate);
|
| - static Handle<Code> megamorphic_stub(Isolate* isolate);
|
| + static Handle<Code> ChooseMegamorphicStub(Isolate* isolate);
|
| static Handle<Code> pre_monomorphic_stub(Isolate* isolate);
|
|
|
| static void Clear(Isolate* isolate, Code* host, KeyedLoadICNexus* nexus);
|
|
|