| Index: src/ic.h
|
| diff --git a/src/ic.h b/src/ic.h
|
| index 8767f988a2936554007b0147bed95515e9f8d328..c86f316ef315b4949fa94a428aee2cb08e228e0c 100644
|
| --- a/src/ic.h
|
| +++ b/src/ic.h
|
| @@ -631,18 +631,6 @@ class StoreIC: public IC {
|
| };
|
|
|
|
|
| -enum KeyedStoreCheckMap {
|
| - kDontCheckMap,
|
| - kCheckMap
|
| -};
|
| -
|
| -
|
| -enum KeyedStoreIncrementLength {
|
| - kDontIncrementLength,
|
| - kIncrementLength
|
| -};
|
| -
|
| -
|
| class KeyedStoreIC: public KeyedIC {
|
| public:
|
| explicit KeyedStoreIC(Isolate* isolate) : KeyedIC(isolate) {
|
| @@ -650,7 +638,7 @@ class KeyedStoreIC: public KeyedIC {
|
| }
|
|
|
| MUST_USE_RESULT MaybeObject* Store(State state,
|
| - StrictModeFlag strict_mode,
|
| + StrictModeFlag strict_mode,
|
| Handle<Object> object,
|
| Handle<Object> name,
|
| Handle<Object> value,
|
|
|