| Index: src/ic/ic.h
|
| diff --git a/src/ic/ic.h b/src/ic/ic.h
|
| index 88bd6defa4c181abd01a205dfb360a25785e892b..66aee0a341c8e1f06d6a942312616d158bfffafb 100644
|
| --- a/src/ic/ic.h
|
| +++ b/src/ic/ic.h
|
| @@ -355,8 +355,7 @@ class KeyedLoadIC : public LoadIC {
|
| static void GenerateRuntimeGetProperty(MacroAssembler* masm);
|
| static void GenerateMegamorphic(MacroAssembler* masm);
|
|
|
| - static Handle<Code> initialize_stub_in_optimized_code(
|
| - Isolate* isolate, ExtraICState extra_state);
|
| + static Handle<Code> initialize_stub_in_optimized_code(Isolate* isolate);
|
| static Handle<Code> ChooseMegamorphicStub(Isolate* isolate,
|
| ExtraICState extra_state);
|
|
|
|
|