| Index: src/type-info.h
|
| diff --git a/src/type-info.h b/src/type-info.h
|
| index 434ddd675983b6457aa325b0bb3d2f9e2ae41560..1343e0a76bf865015b93a3343946cb22e4d4a51a 100644
|
| --- a/src/type-info.h
|
| +++ b/src/type-info.h
|
| @@ -25,7 +25,6 @@ class TypeFeedbackOracle: public ZoneObject {
|
|
|
| bool LoadIsUninitialized(TypeFeedbackId id);
|
| bool StoreIsUninitialized(TypeFeedbackId id);
|
| - bool StoreIsKeyedPolymorphic(TypeFeedbackId id);
|
| bool CallIsMonomorphic(int slot);
|
| bool CallIsMonomorphic(TypeFeedbackId aid);
|
| bool KeyedArrayCallIsHoley(TypeFeedbackId id);
|
|
|