adding a flag

git-svn-id: svn://10.0.0.236/branches/XPCDOM_20010329_BRANCH@92946 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jband%netscape.com
2001-04-23 20:46:01 +00:00
parent 928cac0e2e
commit 92ef29dcc5

View File

@@ -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;