Chromium Code Reviews| Index: src/bootstrapper.cc |
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
| index 61e32c26527d0d1953beb33c936b1fbad3cb9f92..0d63ce4e481802336f21fb6d9c6021a80a32bd1c 100644 |
| --- a/src/bootstrapper.cc |
| +++ b/src/bootstrapper.cc |
| @@ -1418,6 +1418,8 @@ void Genesis::InstallExperimentalNativeFunctions() { |
| } |
| if (FLAG_harmony_observation) { |
| INSTALL_NATIVE(JSFunction, "NotifyChange", observers_notify_change); |
| + INSTALL_NATIVE(JSFunction, "DeliverChangeRecords", |
| + observers_deliver_changes); |
| } |
| } |