| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index e217817f9b7648b5c353ea15f9c75a061af24e9f..e23510e6728a829b133945b212896ce0cc8177f3 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -376,8 +376,6 @@ namespace internal {
|
| F(OptimizeObjectForAddingMultipleProperties, 2, 1) \
|
| F(GetProperty, 2, 1) \
|
| F(KeyedGetProperty, 2, 1) \
|
| - F(StoreGlobalViaContext_Sloppy, 2, 1) \
|
| - F(StoreGlobalViaContext_Strict, 2, 1) \
|
| F(AddNamedProperty, 4, 1) \
|
| F(SetProperty, 4, 1) \
|
| F(AddElement, 3, 1) \
|
|
|