Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index f73082788d0d645c511bb2adb3910c76b9948e47..4dda315800b70a71ec5d097f6078561291ea7255 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -343,12 +343,12 @@ namespace internal { |
F(MapSet, 3, 1) \ |
F(MapGetSize, 1, 1) \ |
\ |
- /* Harmony weakmaps */ \ |
- F(WeakMapInitialize, 1, 1) \ |
- F(WeakMapGet, 2, 1) \ |
- F(WeakMapHas, 2, 1) \ |
- F(WeakMapDelete, 2, 1) \ |
- F(WeakMapSet, 3, 1) \ |
+ /* Harmony weak maps and sets */ \ |
+ F(WeakCollectionInitialize, 1, 1) \ |
+ F(WeakCollectionGet, 2, 1) \ |
+ F(WeakCollectionHas, 2, 1) \ |
+ F(WeakCollectionDelete, 2, 1) \ |
+ F(WeakCollectionSet, 3, 1) \ |
\ |
/* Harmony observe */ \ |
F(IsObserved, 1, 1) \ |