X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/4be4e30906bcb8ee30b4d189205cb70bad6707ce..81345200c95645a1b0d2635520f96ad55dfde63f:/heap/WeakSet.h diff --git a/heap/WeakSet.h b/heap/WeakSet.h index 580cbe7..a5ddcaf 100644 --- a/heap/WeakSet.h +++ b/heap/WeakSet.h @@ -34,6 +34,8 @@ class Heap; class WeakImpl; class WeakSet { + friend class LLIntOffsetsExtractor; + public: static WeakImpl* allocate(JSValue, WeakHandleOwner* = 0, void* context = 0); static void deallocate(WeakImpl*);