From fb10aede78b7f5f3c6aa7c5b5c74410ad0601067 Mon Sep 17 00:00:00 2001 From: "brendan%mozilla.org" Date: Wed, 24 Mar 2004 01:36:57 +0000 Subject: [PATCH] Forgot to tag JS_Lock and JS_Unlock as DEPRECATED. --- js/docs/jsref.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/docs/jsref.xml b/js/docs/jsref.xml index 8431889f4db5..fd1ca0cbb65c 100644 --- a/js/docs/jsref.xml +++ b/js/docs/jsref.xml @@ -2172,6 +2172,7 @@ void JS_Lock(JSRuntime *rt); + @@ -2189,6 +2190,7 @@ void JS_Unlock(JSRuntime *rt); +