Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index b8918c424af1e056a623cab2f6ae86890a3efee8..31bdd2b8f088f834d7c83138a9033949ec398651 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -872,7 +872,9 @@ class Runtime : public AllStatic { |
static void JSMapInitialize(Isolate* isolate, Handle<JSMap> map); |
+ static void JSMapClear(Isolate* isolate, Handle<JSMap> map); |
static void JSSetInitialize(Isolate* isolate, Handle<JSSet> set); |
+ static void JSSetClear(Isolate* isolate, Handle<JSSet> set); |
static void WeakCollectionInitialize( |
Isolate* isolate, Handle<JSWeakCollection> weak_collection); |