Fix dumb copy-paste bug jst pointed out, whose symptom bz reported (r+sr=jst, a=me).

This commit is contained in:
brendan%mozilla.org 2005-06-15 16:42:31 +00:00
parent 9718f8cb16
commit c94de75fa6

View File

@ -437,7 +437,7 @@ interface nsIXPConnect : nsISupports
in PRUint32 aFlags);
const PRUint32 INIT_JS_STANDARD_CLASSES = 1 << 0;
const PRUint32 FLAG_SYSTEM_GLOBAL_OBJECT = 1 << 0;
const PRUint32 FLAG_SYSTEM_GLOBAL_OBJECT = 1 << 1;
/**
* wrapNative will create a new JSObject or return an existing one.