Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index c9795e1abce7aae01cc38e1317c684a0cfd63e30..8ad8caf789fb15c2dc34f32732b82d6d4705406d 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -333,6 +333,7 @@ namespace internal { |
| F(CreateObjectHashTable, 0, 1) \ |
| F(ObjectHashTableGet, 2, 1) \ |
| F(ObjectHashTableSet, 3, 1) \ |
| + F(ObjectObserveAllowed, 1, 1) \ |
| \ |
| /* Statements */ \ |
| F(NewClosure, 3, 1) \ |