]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - API/JSBasePrivate.h
JavaScriptCore-903.5.tar.gz
[apple/javascriptcore.git] / API / JSBasePrivate.h
index 6beacda221d8f87f84ef939a4501303f92e28cdd..befa31643eab931efe6720de8d81e2e2f318b26a 100644 (file)
@@ -43,7 +43,7 @@ owns a large non-GC memory region. Calling this function will encourage the
 garbage collector to collect soon, hoping to reclaim that large non-GC memory
 region.
 */
-JS_EXPORT void JSReportExtraMemoryCost(JSContextRef ctx, size_t size) AVAILABLE_AFTER_WEBKIT_VERSION_3_1;
+JS_EXPORT void JSReportExtraMemoryCost(JSContextRef ctx, size_t size) AVAILABLE_IN_WEBKIT_VERSION_4_0;
 
 #ifdef __cplusplus
 }