X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/6fe7ccc865dc7d7541b93c5bcaf6368d2c98a174..ed1e77d3adeb83d26fd1dfb16dd84cabdcefd250:/heap/HandleStack.h?ds=sidebyside diff --git a/heap/HandleStack.h b/heap/HandleStack.h index 858ebf2..8df8684 100644 --- a/heap/HandleStack.h +++ b/heap/HandleStack.h @@ -30,8 +30,6 @@ #include #include "Handle.h" -#include - namespace JSC { class LocalScope; @@ -55,7 +53,7 @@ public: void visit(HeapRootVisitor&); private: - void grow(); + JS_EXPORT_PRIVATE void grow(); void zapTo(Frame&); HandleSlot findFirstAfter(HandleSlot);