| Index: src/ic/ic-state.h
|
| diff --git a/src/ic/ic-state.h b/src/ic/ic-state.h
|
| index f35bac3522b6cc26bab8cf27533836f0b5a7bfd2..ff2d1bcb646b04abe16f5deef52d3b19fcf6e71c 100644
|
| --- a/src/ic/ic-state.h
|
| +++ b/src/ic/ic-state.h
|
| @@ -17,8 +17,7 @@ const int kMaxKeyedPolymorphism = 4;
|
| class ICUtility : public AllStatic {
|
| public:
|
| // Clear the inline cache to initial state.
|
| - static void Clear(Isolate* isolate, Address address,
|
| - ConstantPoolArray* constant_pool);
|
| + static void Clear(Isolate* isolate, Address address, Address constant_pool);
|
| };
|
|
|
|
|
|
|