X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/93a3786624b2768d89bfa27e46598dc64e2fb70a..ed1e77d3adeb83d26fd1dfb16dd84cabdcefd250:/heap/HandleStack.h?ds=inline diff --git a/heap/HandleStack.h b/heap/HandleStack.h index a7ce976..8df8684 100644 --- a/heap/HandleStack.h +++ b/heap/HandleStack.h @@ -53,7 +53,7 @@ public: void visit(HeapRootVisitor&); private: - void grow(); + JS_EXPORT_PRIVATE void grow(); void zapTo(Frame&); HandleSlot findFirstAfter(HandleSlot);