Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index f8a40853b9dbdbb4e8d169859f0a1261b5f0ca4d..913558f70e53401b51ac6588d63d407707c9769c 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -320,6 +320,7 @@ namespace internal { |
| /* Harmony observe */ \ |
| F(IsObserved, 1, 1) \ |
| F(SetIsObserved, 2, 1) \ |
| + F(SetObserverDeliveryPending, 0, 1) \ |
| F(GetObservationState, 0, 1) \ |
| F(CreateObjectHashTable, 0, 1) \ |
| F(ObjectHashTableGet, 2, 1) \ |