зеркало из https://github.com/mozilla/pjs.git
Fix dumb copy-paste bug jst pointed out, whose symptom bz reported (r+sr=jst, a=me).
This commit is contained in:
Родитель
112632bd49
Коммит
8379249632
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче