From 92ef29dcc585652c6eb0f0e28c6a1c4b70da56b9 Mon Sep 17 00:00:00 2001 From: "jband%netscape.com" Date: Mon, 23 Apr 2001 20:46:01 +0000 Subject: [PATCH] adding a flag git-svn-id: svn://10.0.0.236/branches/XPCDOM_20010329_BRANCH@92946 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/js/src/xpconnect/idl/nsIXPCScriptable.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/js/src/xpconnect/idl/nsIXPCScriptable.idl b/mozilla/js/src/xpconnect/idl/nsIXPCScriptable.idl index 0bbe31d377c..6409d958601 100644 --- a/mozilla/js/src/xpconnect/idl/nsIXPCScriptable.idl +++ b/mozilla/js/src/xpconnect/idl/nsIXPCScriptable.idl @@ -67,7 +67,7 @@ interface nsIXPCScriptable : nsISupports const PRUint32 CLASSINFO_INTERFACES_ONLY = 1 << 23; const PRUint32 ALLOW_PROP_MODS_DURING_RESOLVE = 1 << 24; const PRUint32 ALLOW_PROP_MODS_TO_PROTOTYPE = 1 << 25; - + const PRUint32 DONT_SHARE_PROTOTYPE = 1 << 26; readonly attribute string className; readonly attribute PRUint32 scriptableFlags;