Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index f8a40853b9dbdbb4e8d169859f0a1261b5f0ca4d..25ed17013a7e45c49ab651c772848ec107483626 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(SetHasActiveObjectObservers, 0, 1) \ |
| F(GetObservationState, 0, 1) \ |
| F(CreateObjectHashTable, 0, 1) \ |
| F(ObjectHashTableGet, 2, 1) \ |