Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index 2ccf80171bf9f1aa0203bbc3d1613ba89d890116..acbe20153dc67238bc722da4c2825ee9cbe2029a 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -313,8 +313,9 @@ namespace internal { |
F(ObservationWeakMapCreate, 0, 1) \ |
F(ObserverObjectAndRecordHaveSameOrigin, 3, 1) \ |
F(ObjectWasCreatedInCurrentOrigin, 1, 1) \ |
- F(NativeObjectObserve, 3, 1) \ |
- F(NativeObjectGetNotifier, 1, 1) \ |
+ F(ObjectObserveInObjectContext, 3, 1) \ |
+ F(ObjectGetNotifierInObjectContext, 1, 1) \ |
+ F(ObjectNotifierPerformChangeInObjectContext, 3, 1) \ |
\ |
/* Harmony typed arrays */ \ |
F(ArrayBufferInitialize, 2, 1)\ |