| Index: src/stub-cache.h
|
| diff --git a/src/stub-cache.h b/src/stub-cache.h
|
| index f55c440ea4e7c753f51bb55fe5d80dcd8630b977..cb59d4cbc257c5cfcee852c368bec29fa9fd2245 100644
|
| --- a/src/stub-cache.h
|
| +++ b/src/stub-cache.h
|
| @@ -91,7 +91,8 @@ class StubCache {
|
| Code::Kind kind,
|
| InlineCacheHolderFlag cache_holder = OWN_MAP);
|
|
|
| - Handle<Code> ComputeMonomorphicIC(Handle<Name> name,
|
| + Handle<Code> ComputeMonomorphicIC(Code::Kind kind,
|
| + Handle<Name> name,
|
| Handle<HeapType> type,
|
| Handle<Code> handler,
|
| ExtraICState extra_ic_state);
|
| @@ -122,7 +123,8 @@ class StubCache {
|
| KeyedAccessStoreMode store_mode,
|
| StrictModeFlag strict_mode);
|
|
|
| - Handle<Code> ComputePolymorphicIC(TypeHandleList* types,
|
| + Handle<Code> ComputePolymorphicIC(Code::Kind kind,
|
| + TypeHandleList* types,
|
| CodeHandleList* handlers,
|
| int number_of_valid_maps,
|
| Handle<Name> name,
|
|
|