| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 448010a1a6c2c0bd7924e1e4d9457e1b92af7d60..5d6ccac709f235e85cc87230283e63cb7174505b 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -350,6 +350,7 @@ namespace internal {
|
| F(GetObjectContextObjectObserve, 1, 1) \
|
| F(GetObjectContextObjectGetNotifier, 1, 1) \
|
| F(GetObjectContextNotifierPerformChange, 1, 1) \
|
| + F(DeliverObservationChangeRecords, 2, 1) \
|
| \
|
| /* Harmony typed arrays */ \
|
| F(ArrayBufferInitialize, 2, 1) \
|
|
|